diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-01 16:57:54 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-28 23:31:20 +0200 |
commit | 877012df309329a9264e6e9558d4f71bfa0cddbe (patch) | |
tree | 8ed4bc8971b0c4d6c293d415351d325725f25cc9 /include/configs | |
parent | 7b81649a053826dc31804d3260a44ff599a9542a (diff) | |
download | u-boot-imx-877012df309329a9264e6e9558d4f71bfa0cddbe.zip u-boot-imx-877012df309329a9264e6e9558d4f71bfa0cddbe.tar.gz u-boot-imx-877012df309329a9264e6e9558d4f71bfa0cddbe.tar.bz2 |
ARM: highbank: Add boot counter support
Add boot counter support using an sysreg which is persistent across reset.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/highbank.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index e717273..801f4ae 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -41,6 +41,9 @@ #define CONFIG_BAUDRATE 38400 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } +#define CONFIG_BOOTCOUNT_LIMIT +#define CONFIG_SYS_BOOTCOUNT_ADDR 0xfff3cf0c + #define CONFIG_MISC_INIT_R #define CONFIG_SCSI_AHCI #define CONFIG_SCSI_AHCI_PLAT |