提交 c3bec547 编写于 作者: A Adam Ford 提交者: Tom Rini

arm: omap3: Detect boot mode very early

Fixes 4bd754d8 ("arm: omap: Detect boot mode very early") where
the intent was to store the boot params information in a known
location and pass it to SPL very early. Unfortunately it didn't
account for OMAP3 boards.

This patch adds adds this functionality back into OMAP3 boards.
Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: NAdam Ford <aford173@gmail.com>
上级 72281c5c
......@@ -212,6 +212,12 @@ void board_init_f(ulong dummy)
{
early_system_init();
mem_init();
/*
* Save the boot parameters passed from romcode.
* We cannot delay the saving further than this,
* to prevent overwrites.
*/
save_omap_boot_params();
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册