summaryrefslogtreecommitdiff
path: root/common/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.c')
-rw-r--r--common/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.c b/common/system.c
index afa278884d..7c3117a292 100644
--- a/common/system.c
+++ b/common/system.c
@@ -84,7 +84,7 @@ static struct jump_data *jdata;
static const char * const reset_flag_descs[] = {
"other", "reset-pin", "brownout", "power-on", "watchdog", "soft",
"hibernate", "rtc-alarm", "wake-pin", "low-battery", "sysjump",
- "hard", "ap-off", "preserved"};
+ "hard", "ap-off", "preserved", "usb-resume"};
static uint32_t reset_flags;
static int jumped_to_image;