diff options
author | Yegor Yefremov | 2015-07-06 17:28:34 +0200 |
---|---|---|
committer | Tom Rini | 2015-07-08 21:51:37 -0400 |
commit | 5833521b38c014b5afffad3a70480ed4b7e00e6d (patch) | |
tree | 592160adb60ac58ab78fe75bd6089dab31d03180 | |
parent | a800f2fda7a321cebe695e601bc8701fe9187fe9 (diff) |
arm: baltos: enable CMD_NET and FIT support in defconfig
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/am335x_baltos_defconfig | 4 | ||||
-rw-r--r-- | include/configs/baltos.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index bf73919c067..8e8a897ef89 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -3,9 +3,9 @@ CONFIG_TARGET_AM335X_BALTOS=y CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_ADDR=0x82000000 +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="NAND" -CONFIG_CONS_INDEX=1 # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set diff --git a/include/configs/baltos.h b/include/configs/baltos.h index 68bfee5e8c2..632523e9652 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -39,8 +39,6 @@ #define CONFIG_CMD_PART /* FIT support */ -#define CONFIG_FIT -#define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ #define CONFIG_OF_BOARD_SETUP /* UBI Support */ |