
Greetings,
I attached the following patch to set the correct default ethernet address setting for CONFIG_BOOTARGS in versatile.h.
Regards, Philippe
------------
* Patch by Philippe Robin, 22 Apr 2004: correct CONFIG_BOOTARGS for versatile board.
Index: versatile.h =================================================================== RCS file: /cvsroot/u-boot/u-boot/include/configs/versatile.h,v retrieving revision 1.2 diff -u -r1.2 versatile.h --- versatile.h 14 Mar 2004 22:26:06 -0000 1.2 +++ versatile.h 22 Apr 2004 13:58:26 -0000 @@ -103,7 +103,7 @@ #include <cmd_confdefs.h>
#define CONFIG_BOOTDELAY 2 -#define CONFIG_BOOTARGS "root=/dev/nfs mem=128M ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0" +#define CONFIG_BOOTARGS "root=/dev/nfs mem=128M ip=dhcp netdev=25,0,0xf1010000,0xf1010010,eth0" /*#define CONFIG_BOOTCOMMAND "bootp ; bootm" */
/*