[U-Boot] [PATCH 3/4] configs: wb45n_defconfig: Remove SPL
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Mon Nov 19 08:23:00 UTC 2018
Due the size of SPL being too big, remove the SPL support.
---8<---
arm-linux-gnueabi-ld: SPL image too big
--->8---
Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
---
configs/wb45n_defconfig | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configs/wb45n_defconfig b/configs/wb45n_defconfig
index 9d881e5..aef4e75 100644
--- a/configs/wb45n_defconfig
+++ b/configs/wb45n_defconfig
@@ -3,17 +3,11 @@ CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_AT91=y
CONFIG_SYS_TEXT_BASE=0x23f00000
CONFIG_TARGET_WB45N=y
-CONFIG_SPL_GPIO_SUPPORT=y
-CONFIG_SPL_LIBCOMMON_SUPPORT=y
-CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_SPL_SERIAL_SUPPORT=y
-CONFIG_SPL=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9X5,SYS_USE_NANDFLASH"
CONFIG_BOOTDELAY=3
CONFIG_BOARD_EARLY_INIT_F=y
-CONFIG_SPL_NAND_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MEMTEST=y
--
2.7.4
More information about the U-Boot
mailing list