commit | 7eddea827f9437dcde5356ff2a2b223c34d98f18 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Fri Sep 28 11:22:38 2018 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 09 18:27:47 2018 +0200 |
tree | db4b91cce331f21c565c5c7eb66c1c78e5a522e6 | |
parent | 1de7ae08fe94e70fa2b2f1bd0686c3a793eaae46 [diff] |
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>