]> git.sur5r.net Git - u-boot/blobdiff - board/AtmarkTechno/suzaku/suzaku.c
Patches by Yasushi Shoji, 29 Jun 2004:
[u-boot] / board / AtmarkTechno / suzaku / suzaku.c
index 3a47aa5a1108ed20d3d179805f34f7a707a5c23f..afe124a9d3cb089fe28bd3adcd7802c8de16946a 100644 (file)
  * 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;
 }