mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
mx31: add "ARM11P power gating" to get_reset_cause
Add missing reset reason 7 to get_reset_cause(). Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
This commit is contained in:
parent
304e49e6cb
commit
82081406a2
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ static char *get_reset_cause(void)
|
|||
return "WDOG";
|
||||
case 0x0006:
|
||||
return "JTAG";
|
||||
case 0x0007:
|
||||
return "ARM11P power gating";
|
||||
default:
|
||||
return "unknown reset";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue