Re: [U-Boot] [PATCH 2/4] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-03-28 Thread Vipin KUMAR
On 3/29/2010 4:08 AM, Tom wrote: > Vipin KUMAR wrote: >> ethaddr can be optionally read from i2c memory. So, chip_config >> command supports >> reading/writing hw mac id into i2c memory. Placing this code within >> CONFIG_CMD_NET as this would only be needed when network interface is >> configured

Re: [U-Boot] [PATCH 2/4] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-03-28 Thread Tom
Vipin KUMAR wrote: > ethaddr can be optionally read from i2c memory. So, chip_config command > supports > reading/writing hw mac id into i2c memory. Placing this code within > CONFIG_CMD_NET as this would only be needed when network interface is > configured > > Signed-off-by: Vipin Kumar > ---

[U-Boot] [PATCH 2/4] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-03-23 Thread Vipin KUMAR
ethaddr can be optionally read from i2c memory. So, chip_config command supports reading/writing hw mac id into i2c memory. Placing this code within CONFIG_CMD_NET as this would only be needed when network interface is configured Signed-off-by: Vipin Kumar --- board/spear/common/spr_misc.c | 2