commit | 877012df309329a9264e6e9558d4f71bfa0cddbe | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Feb 01 16:57:54 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Mar 28 23:31:20 2012 +0200 |
tree | 8ed4bc8971b0c4d6c293d415351d325725f25cc9 | |
parent | 7b81649a053826dc31804d3260a44ff599a9542a [diff] [blame] |
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>
diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c index 5f34fec..096e2f6 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;