Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
---
 common/reset_source.c  |    1 +
 include/reset_source.h |    1 +
 2 files changed, 2 insertions(+)

diff --git a/common/reset_source.c b/common/reset_source.c
index ff76857..ec1afc0 100644
--- a/common/reset_source.c
+++ b/common/reset_source.c
@@ -22,6 +22,7 @@ static const char * const reset_src_names[] = {
        [RESET_UKWNOWN] = "unknown",
        [RESET_POWER] = "power",
        [RESET_RESET] = "reset",
+       [RESET_SOFTWARE] = "software",
        [RESET_WATCHDOG] = "watchdog",
        [RESET_WAKEUP] = "wakeup",
        [RESET_JTAG] = "jtag",
diff --git a/include/reset_source.h b/include/reset_source.h
index 1db1f4f..af4246a 100644
--- a/include/reset_source.h
+++ b/include/reset_source.h
@@ -17,6 +17,7 @@ enum reset_src_type {
        RESET_UKWNOWN,  /* maybe the SoC cannot detect the reset source */
        RESET_POWER,    /* Power On Reset (cold start) */
        RESET_RESET,    /* generic ReSeT (warm start) */
+       RESET_SOFTWARE, /* software */
        RESET_WATCHDOG, /* watchdog */
        RESET_WAKEUP,   /* wake-up (some SoCs can handle this) */
        RESET_JTAG,     /* JTAG reset */
-- 
1.7.10.4


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to