summaryrefslogtreecommitdiffstats
path: root/board/AtmarkTechno
diff options
context:
space:
mode:
Diffstat (limited to 'board/AtmarkTechno')
-rw-r--r--board/AtmarkTechno/suzaku/suzaku.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/AtmarkTechno/suzaku/suzaku.c b/board/AtmarkTechno/suzaku/suzaku.c
index 3a47aa5a11..afe124a9d3 100644
--- a/board/AtmarkTechno/suzaku/suzaku.c
+++ b/board/AtmarkTechno/suzaku/suzaku.c
@@ -22,8 +22,11 @@
* MA 02111-1307 USA
*/
-#include <common.h>
+/* This is a board specific file. It's OK to include board specific
+ * header files */
+#include <asm/suzaku.h>
void do_reset(void)
{
+ *((unsigned long *)(MICROBLAZE_SYSREG_BASE_ADDR)) = MICROBLAZE_SYSREG_RECONFIGURE;
}