aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-02-01 16:57:54 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-28 23:31:20 +0200
commit877012df309329a9264e6e9558d4f71bfa0cddbe (patch)
tree8ed4bc8971b0c4d6c293d415351d325725f25cc9 /board
parent7b81649a053826dc31804d3260a44ff599a9542a (diff)
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 'board')
-rw-r--r--board/highbank/highbank.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c
index 5f34fec45..096e2f637 100644
--- a/board/highbank/highbank.c
+++ b/board/highbank/highbank.c
@@ -21,6 +21,7 @@
#include <scsi.h>
#include <asm/sizes.h>
+#include <asm/io.h>
DECLARE_GLOBAL_DATA_PTR;