mx6: Fix reset cause for Power On Reset case
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / imx-common / cpu.c
index 1e30ae5..6d7486b 100644 (file)
@@ -44,6 +44,7 @@ static char *get_reset_cause(void)
 
        switch (cause) {
        case 0x00001:
+       case 0x00011:
                return "POR";
        case 0x00004:
                return "CSU";