diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-20 11:27:13 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-20 11:27:13 +0900 |
commit | 62669e61a5f559826b1d2e863649a6005eee629b (patch) | |
tree | 253b17f2897b7fad5f29e796e1c954500b3ca925 /arch/sh/include/asm | |
parent | 639138a991aaf1a3f65cc66700d097edc5f602fe (diff) |
sh: mach-hp6xx: Fix up the hp6xx build for hd64461 changes.
Fixes several compile errors due to the recent hd64461 I/O base changes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/hd64461.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/hd64461.h b/arch/sh/include/asm/hd64461.h index c16d54563c9..977355f0a48 100644 --- a/arch/sh/include/asm/hd64461.h +++ b/arch/sh/include/asm/hd64461.h @@ -26,7 +26,7 @@ #define HD64461_PCC1_COMM (HD64461_PCC1_BASE+HD64461_PCC_WINDOW) /* 0xb5000000 */ /* Standby Control Register for HD64461 */ -#define HD64461_STBCR CONFIG_HD64461_IOBASE +#define HD64461_STBCR HD64461_IO_OFFSET(0x00000000) #define HD64461_STBCR_CKIO_STBY 0x2000 #define HD64461_STBCR_SAFECKE_IST 0x1000 #define HD64461_STBCR_SLCKE_IST 0x0800 |