
1 Feb
2019
1 Feb
'19
2:32 a.m.
Hi:
This function causes a 5-second delay and stops the display working on minnie. This code should be in a driver and should only be enabled by a device-tree property, so that it does not affect devices which do not have this feature.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/mach-rockchip/boot_mode.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
》Applied to u-boot-rockchip, thanks!
According to the previous discussing, shouldn‘t this be fixed by by setting CONFIG_BOOT_MODE_REG=0 ? All rockchip products need this function,we really don't want it be turned off.