OSDN Git Service

remove reg_* header
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sat, 10 Jan 2015 09:32:41 +0000 (18:32 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Sat, 10 Jan 2015 09:32:41 +0000 (18:32 +0900)
arch/h8300/kernel/head_rom.S

index 0f44369..c969b18 100644 (file)
@@ -3,12 +3,12 @@
 
 #if defined(CONFIG_CPU_H8300H)
        .h8300h
-#include <asm/regs306x.h>
+#define SYSCR 0xfee012
 #define IRAMTOP 0xffff20
 #endif
 #if defined(CONFIG_CPU_H8S)
        .h8300s
-#include <asm/regs267x.h>
+#define INTCR 0xffff31
 #define IRAMTOP 0xffc000
 #endif