diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-28 11:22:38 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-09 18:27:47 +0200 |
commit | 4d72d3406d0ba9855e5e55f60244171c6c9aac69 (patch) | |
tree | db4b91cce331f21c565c5c7eb66c1c78e5a522e6 /configs/pico-hobbit-imx7d_defconfig | |
parent | c066d3cbf1ce0ef4fc42c58e9709259a702dbfe0 (diff) | |
download | u-boot-4d72d3406d0ba9855e5e55f60244171c6c9aac69.tar.gz |
pico-imx7d: Make SPL binary fit into 64kB
Currently SPL binary is larger than 64kB, which is larger than
CONFIG_SPL_MAX_SIZE defined in imx7_spl.h.
This causes boot failure on the pico-mx7 targets.
Remove CONFIG_SPL_LIBDISK_SUPPORT option for now, so that the SPL
binary can fit into the 64kB range.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-hobbit-imx7d_defconfig')
-rw-r--r-- | configs/pico-hobbit-imx7d_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pico-hobbit-imx7d_defconfig b/configs/pico-hobbit-imx7d_defconfig index 568fb11d59..b02cae5237 100644 --- a/configs/pico-hobbit-imx7d_defconfig +++ b/configs/pico-hobbit-imx7d_defconfig @@ -8,7 +8,6 @@ CONFIG_TARGET_PICO_IMX7D=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y -CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_ARMV7_BOOT_SEC_DEFAULT=y CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y |