summaryrefslogtreecommitdiffstats
path: root/common/reset_source.c
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-10-20 20:15:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-04 12:16:20 +0100
commitf63a42a9991164fd938ec2f37f0ed1d1caf9ef32 (patch)
treeea11f1bfb792fa285b32c9196c5cb1cc85c70cf6 /common/reset_source.c
parent8355659fcd733793515a8b963c845402566b2645 (diff)
downloadbarebox-f63a42a9991164fd938ec2f37f0ed1d1caf9ef32.tar.gz
barebox-f63a42a9991164fd938ec2f37f0ed1d1caf9ef32.tar.xz
reset_source: add thermal reset
Some SoCs are able to detect if they got reset in response to an overtemperature event. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/reset_source.c')
-rw-r--r--common/reset_source.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/reset_source.c b/common/reset_source.c
index 6026af1967..946670b182 100644
--- a/common/reset_source.c
+++ b/common/reset_source.c
@@ -25,6 +25,7 @@ static const char * const reset_src_names[] = {
[RESET_WDG] = "WDG",
[RESET_WKE] = "WKE",
[RESET_JTAG] = "JTAG",
+ [RESET_THERM] = "THERM",
};
static enum reset_src_type reset_source;