
13 Jul
2018
13 Jul
'18
12:25 p.m.
From: Klaus Goger klaus.goger@theobroma-systems.com
The order distroboot searches for a boot.scr is fixed at compile time. To make BIOS_DISABLE work as expected and boot from mmc1 instead of mmc0 if enabled, we need to change the environment at runtime. Especially as commit: 482cf22333 ("rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE") enables the eMMC in U-Boot even if BIOS_DISABLE is active.
Signed-off-by: Klaus Goger klaus.goger@theobroma-systems.com Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
board/theobroma-systems/puma_rk3399/puma-rk3399.c | 74 +++++++++++++++++++++++ 1 file changed, 74 insertions(+)
Applied to u-boot-rockchip, thanks!