diff options
author | wdenk <wdenk> | 2004-09-27 20:20:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-27 20:20:11 +0000 |
commit | 79536a6eb0f1550561de890a8e7822663d94a3f8 (patch) | |
tree | 36aa3acd4a00b38f50dfbce20e6c76592d9bc3e3 /include/configs/NSCU.h | |
parent | 4734cb78d8e57dbac4e9f23d91edd624484b0092 (diff) | |
download | u-boot-imx-79536a6eb0f1550561de890a8e7822663d94a3f8.zip u-boot-imx-79536a6eb0f1550561de890a8e7822663d94a3f8.tar.gz u-boot-imx-79536a6eb0f1550561de890a8e7822663d94a3f8.tar.bz2 |
* Add comment about non-GPL character of standalone applications to
COPYING file
* Fix FEC ethernet problem on NSCU board.
Diffstat (limited to 'include/configs/NSCU.h')
-rw-r--r-- | include/configs/NSCU.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |