diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-10-15 10:28:47 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-11-03 17:04:16 +0100 |
commit | c4cb27e59f7eae6c5de2197505e7862292c38732 (patch) | |
tree | 605cca0a9dd8f2860958cac8cb56a055391717ac /configs/mccmon6_nor_defconfig | |
parent | e4417ed03ed97eb40a4908a5cf7940a360a70a82 (diff) | |
download | u-boot-c4cb27e59f7eae6c5de2197505e7862292c38732.tar.gz |
mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPL
After this change the SPL size has been reduced from 38K to 34K.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/mccmon6_nor_defconfig')
-rw-r--r-- | configs/mccmon6_nor_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mccmon6_nor_defconfig b/configs/mccmon6_nor_defconfig index 0752ec949d..e2d3b84616 100644 --- a/configs/mccmon6_nor_defconfig +++ b/configs/mccmon6_nor_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/liebherr/mccmon6/mon6_imximage_nor.cf # CONFIG_USE_BOOTCOMMAND is not set CONFIG_BOUNCE_BUFFER=y CONFIG_SPL_BOARD_INIT=y +CONFIG_SPL_FIT_IMAGE_TINY=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_SPL_OS_BOOT=y @@ -82,3 +83,5 @@ CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_DM_THERMAL=y +CONFIG_USE_TINY_PRINTF=y +CONFIG_SPL_TINY_MEMSET=y |