diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 22:14:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 22:14:20 +0100 |
commit | 7c60908ffbb59cc461cedc1d1a06153586b5c3ed (patch) | |
tree | 360258935fd737b92f4b5930cd96d4583b18d740 | |
parent | 47705af5daafb508339907f6c4fe6d13b441bf9a (diff) | |
download | u-boot-imx-7c60908ffbb59cc461cedc1d1a06153586b5c3ed.zip u-boot-imx-7c60908ffbb59cc461cedc1d1a06153586b5c3ed.tar.gz u-boot-imx-7c60908ffbb59cc461cedc1d1a06153586b5c3ed.tar.bz2 |
Fix compile problem
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | drivers/ks8695eth.c | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,8 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fix compile problem + * Added PCI support for MPC8349ADS board Patch by Kumar Gala 11 Jan 2006 diff --git a/drivers/ks8695eth.c b/drivers/ks8695eth.c index a0f5be8..b598dd7 100644 --- a/drivers/ks8695eth.c +++ b/drivers/ks8695eth.c @@ -21,12 +21,13 @@ /****************************************************************************/ #include <common.h> + +#ifdef CONFIG_DRIVER_KS8695ETH #include <malloc.h> #include <net.h> #include <asm/io.h> #include <asm/arch/platform.h> -#ifdef CONFIG_DRIVER_KS8695ETH /****************************************************************************/ /* |