
6 Aug
2017
6 Aug
'17
7:17 p.m.
On the RK3368, we want our TPL to use the 'return to bootrom' boot method (to have the bootrom load up the SPL stage) and then continue with different boot methods (MMC, SPI, etc.) from SPL.
This adds the config option needed to control the availabily of the 'return to bootrom' boot-method separately for the TPL stage.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Tom Rini trini@konsulko.com
Changes in v4: None Changes in v3: None Changes in v2: None
common/spl/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+)
Applied to u-boot-rockchip, thanks!