From ef26d6039a14c03c516c09a7835b491e671a4b0b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:37 -0600 Subject: Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig This converts the following to Kconfig: CONFIG_SYS_CONSOLE_IS_IN_ENV CONFIG_CONSOLE_MUX Signed-off-by: Simon Glass [trini: Re-order, re-migrate] Signed-off-by: Tom Rini --- configs/amcore_defconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'configs/amcore_defconfig') diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index 050b00fa47..0fe5afafd9 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -1,13 +1,10 @@ CONFIG_M68K=y +CONFIG_SYS_MALLOC_F_LEN=0x800 CONFIG_TARGET_AMCORE=y CONFIG_SYS_TEXT_BASE=0xffc00000 CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="amcore $ " -CONFIG_DM=y -CONFIG_DM_SERIAL=y -CONFIG_SYS_MALLOC_F=y -CONFIG_SYS_MALLOC_F_LEN=0x800 # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_XIMG is not set CONFIG_LOOPW=y @@ -17,3 +14,5 @@ CONFIG_LOOPW=y # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y -- cgit