Home
last modified time | relevance | path

Searched hist:"0 bc19640076f7547105e0e2a19812cebb2cfde2d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dboot_rkimg.h0bc19640076f7547105e0e2a19812cebb2cfde2d Thu Jun 27 12:28:20 UTC 2019 Joseph Chen <chenjh@rock-chips.com> common: rkimg: clear boot mode register when its value is not reboot reason

It's not safe to drop clear operation, example: using "reboot fastboot" from
kernel to enter U-Boot fastboot mode and finally reset system by fastboot
command "fastboot reboot", the system reboot and enter U-Boot fastboot mode
again but not boot to kernel.

Take back the clear operation which was dropped on:
(9d2bc40 boot_rkimg: don't override BOOT_MODE_REG)

Change-Id: I5e17e19e53700ec5244660122d837efc9cd30d4f
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>