mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-05 11:13:32 +00:00
Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig
This converts the following to Kconfig: CONFIG_ARCH_MAP_SYSMEM Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9ec4df336e
commit
ba1ed5b022
4 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
config ARCH_MAP_SYSMEM
|
||||||
|
depends on SANDBOX || NDS32
|
||||||
|
def_bool y
|
||||||
|
|
||||||
config CREATE_ARCH_SYMLINK
|
config CREATE_ARCH_SYMLINK
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
menu "Sandbox architecture"
|
menu "Sandbox architecture"
|
||||||
depends on SANDBOX
|
depends on SANDBOX
|
||||||
|
|
||||||
config ARCH_MAP_SYSMEM
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config SYS_ARCH
|
config SYS_ARCH
|
||||||
default "sandbox"
|
default "sandbox"
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
|
|
||||||
#define CONFIG_SKIP_TRUNOFF_WATCHDOG
|
#define CONFIG_SKIP_TRUNOFF_WATCHDOG
|
||||||
|
|
||||||
#define CONFIG_ARCH_MAP_SYSMEM
|
|
||||||
|
|
||||||
#define CONFIG_BOOTP_SERVERIP
|
#define CONFIG_BOOTP_SERVERIP
|
||||||
|
|
||||||
#ifdef CONFIG_SKIP_LOWLEVEL_INIT
|
#ifdef CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
*/
|
*/
|
||||||
#define CONFIG_USE_INTERRUPT
|
#define CONFIG_USE_INTERRUPT
|
||||||
|
|
||||||
#define CONFIG_ARCH_MAP_SYSMEM
|
|
||||||
|
|
||||||
#define CONFIG_BOOTP_SERVERIP
|
#define CONFIG_BOOTP_SERVERIP
|
||||||
|
|
||||||
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue