Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | pico-imx7d: Make SPL binary fit into 64kB | Fabio Estevam | |
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> | |||
2018-09-18 | pico-imx7d: Add a new defconfig with PICO-Hobbit selected | Otavio Salvador | |
This adds a new defconfig which pre-selects the PICO-Hobbit baseboard allowing a completely non-interactive boot process. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |