]> code.ossystems Code Review - bsp/u-boot.git/commit
pico-imx7d: Make SPL binary fit into 64kB
authorFabio Estevam <festevam@gmail.com>
Fri, 28 Sep 2018 10:35:24 +0000 (07:35 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Oct 2018 12:56:16 +0000 (09:56 -0300)
commitea928e300dc3533c75e7501584f2ea0ad40a5f20
tree2df5248ab2abae4b72c9204e07d4945a0aa76819
parent431dd6fedcf899902f7dc5db02f1efa89d010105
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