diff options
author | Wolfgang Denk <wd@denx.de> | 2008-03-04 17:38:50 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-04 17:38:50 +0100 |
commit | 384faaafb999cae3ce447c93e28a0b7e2e5fef53 (patch) | |
tree | 5095d79007bbb3bc371d89590b7da6367e6f787f /board/w7o | |
parent | f9301e1cda296245ba052d7b08321199c3d0af9d (diff) |
W7OLMC/W7OLMG: fix build problems (redundant #define)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/w7o')
-rw-r--r-- | board/w7o/w7o.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/w7o/w7o.h b/board/w7o/w7o.h index d6f50e2e678..d1fed028c3c 100644 --- a/board/w7o/w7o.h +++ b/board/w7o/w7o.h @@ -31,9 +31,6 @@ #define PPC405GP_GPIO0_ODR 0xef600718L /* GPIO Open Drain */ #define PPC405GP_GPIO0_IR 0xef60071cL /* GPIO Input */ -/* AMCC 405GP DCRs */ -#define CPC0_CR0 0xb1 /* Chip control register 0 */ - /* LMG FPGA <=> CPU GPIO signals */ #define LMG_XCV_INIT 0x10000000L #define LMG_XCV_PROG 0x04000000L |