diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commproc.h | 2 | ||||
-rw-r--r-- | include/configs/NSCU.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/commproc.h b/include/commproc.h index 8311971..7900166 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -74,7 +74,7 @@ #define CPM_I2C_BASE 0x0820 #define CPM_SPI_BASE 0x0840 #define CPM_FEC_BASE 0x0860 -#define CPM_SERIAL2_BASE 0x0880 +#define CPM_SERIAL2_BASE 0x08E0 #define CPM_SCC_BASE 0x0900 #define CPM_POST_BASE 0x0980 #define CPM_WLKBD_BASE 0x0a00 diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index f13cb34..6765131 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -284,7 +284,7 @@ #define CFG_PCMCIA_IO_SIZE ( 64 << 20 ) #define PCMCIA_MEM_WIN_NO 8 /* override default 4 in pcmcia.h */ #define PCMCIA_SOCKETS_NO 2 /* we have two sockets */ -#define NSCU_OE_INV 1 /* PCMCIA_GCRX_CXOE is inverted on early boards */ +#undef NSCU_OE_INV /* PCMCIA_GCRX_CXOE was inverted on early boards */ /*----------------------------------------------------------------------- * IDE/ATA stuff (Supports IDE harddisk on PCMCIA Adapter) |