[U-Boot] [PATCH 27/27] kc1: Clear reboot mode garbage on cold reset

Paul Kocialkowski contact at paulk.fr
Sat Feb 27 19:19:15 CET 2016


Reboot mode garbage is found on cold reset and might be seen as valid on the
next warm reset, thus it has to be cleared on cold reset.

Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 board/amazon/kc1/kc1.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/amazon/kc1/kc1.c b/board/amazon/kc1/kc1.c
index 54e3fa3..ca63af8 100644
--- a/board/amazon/kc1/kc1.c
+++ b/board/amazon/kc1/kc1.c
@@ -110,6 +110,9 @@ int misc_init_r(void)
 
 		omap_reboot_mode_clear();
 	} else {
+		/* Reboot mode garbage may still be valid, so clear it. */
+		omap_reboot_mode_clear();
+
 		/*
 		 * When not rebooting, valid power on reasons are either the
 		 * power button, charger plug or USB plug.
-- 
2.6.4



More information about the U-Boot mailing list