pico-imx7d: Make SPL binary fit into 64kB
authorFabio Estevam <festevam@gmail.com>
Fri, 28 Sep 2018 14:22:38 +0000 (11:22 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 9 Oct 2018 16:27:47 +0000 (18:27 +0200)
commit4d72d3406d0ba9855e5e55f60244171c6c9aac69
treedb4b91cce331f21c565c5c7eb66c1c78e5a522e6
parentc066d3cbf1ce0ef4fc42c58e9709259a702dbfe0
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>
configs/pico-hobbit-imx7d_defconfig
configs/pico-imx7d_defconfig
configs/pico-pi-imx7d_defconfig