commit | 431adf7a33bdebfd090e059d44b382989e241a13 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Tue Sep 17 22:04:57 2019 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:59 2019 +0200 |
tree | 6770462959d8c3d4f3f55030df2e2eb5005c3698 | |
parent | 3cc1be9f1faab8454ceb52e1b6f3c2bbffcf67d1 [diff] |
pico-imx6: Add Falcon mode Add Falcon mode support, which allows the SPL to load and jump to the Linux kernel directly, without the need of loading U-Boot proper. CONFIG_SPL_OS_BOOT=y needs to be passed in the defconfig in order to use Falcon mode. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>