[U-Boot-Users] Versatile bootargs

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" */
/*

Dear Philippe,
in message 89A528FE6DB0FA44877BB2F05B846718428947@ZIPPY.Emea.Arm.com you wrote:
I attached the following patch to set the correct default ethernet address setting for CONFIG_BOOTARGS in versatile.h.
Added manually.
Next time please make sure to:
* include a proper CHANGELOG entry * use mailer settings that don't cause linewraps in your patch * base your pacth on a recent CVS version
Wolfgang Denk
participants (2)
-
Philippe Robin
-
Wolfgang Denk