diff options
author | wdenk <wdenk> | 2004-02-23 20:48:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-23 20:48:38 +0000 |
commit | cd0a9de68b03e5a54fd2a08f44be318e4397be01 (patch) | |
tree | 161762b51f26b604823009e2bcc1c7b3105c6361 /drivers | |
parent | 2d1a537d87727907bf4d888760cba4abc0b52ad3 (diff) | |
download | u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.zip u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.tar.gz u-boot-imx-cd0a9de68b03e5a54fd2a08f44be318e4397be01.tar.bz2 |
* Patch by Laurent Mohin, 10 Feb 2004:
Fix buffer overflow in common/usb.c
* Patch by Tolunay Orkun, 10 Feb 2004:
Add support for Cogent CSB272 board
* Code cleanup
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/netarm_eth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/netarm_eth.c b/drivers/netarm_eth.c index a15b653..89b3a83 100644 --- a/drivers/netarm_eth.c +++ b/drivers/netarm_eth.c @@ -22,12 +22,13 @@ #include <common.h> + +#ifdef CONFIG_DRIVER_NETARMETH #include <command.h> #include <net.h> #include "netarm_eth.h" #include <asm/arch/netarm_registers.h> -#ifdef CONFIG_DRIVER_NETARMETH #if (CONFIG_COMMANDS & CFG_CMD_NET) |