On Monday 27 July 2009 17:43:22 Ben Warren wrote: > diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h > index 887f3fb..6c9b3e0 100644 > --- a/include/configs/blackstamp.h > +++ b/include/configs/blackstamp.h > @@ -30,7 +30,8 @@ > /* > * Board settings > */ > -#define CONFIG_DRIVER_SMC91111 1 > +#define CONFIG_NET_MULTI > +#define CONFIG_SMC91111 1 > #define CONFIG_SMC91111_BASE 0x20300300 > > /* FLASH/ETHERNET uses the same address range
change to this header is incomplete. it needs this additional change: --- include/configs/blackstamp.h +++ include/configs/blackstamp.h @@ -70,7 +70,7 @@ * Network settings */ -#ifdef CONFIG_DRIVER_SMC91111 +#ifdef CONFIG_SMC91111 #define CONFIG_IPADDR 192.168.0.15 #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_GATEWAYIP 192.168.0.1 @@ -109,7 +109,7 @@ #include <config_cmd_default.h> -#ifdef CONFIG_DRIVER_SMC91111 +#ifdef CONFIG_SMC91111 # define CONFIG_CMD_DHCP # define CONFIG_CMD_PING #else -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot