
On Sat, 2004-09-11 at 03:12, liuyong wrote:
my u-boot version is 1.1.1 i use OCOTEA board, i find some bugs about emac address.
in the file include/configs/OCOTEA.h LINE 157
<SNIP>
into #define CONFIG_ETH1ADDR 00:04:AC:E3:28:8B #define CONFIG_ETH2ADDR 00:04:AC:E3:28:8C #define CONFIG_ETH3ADDR 00:04:AC:E3:28:8D
Liuyong:
OCOTEA.h version 1.4, Sat May 29 16:53:30 2004 UTC (head of tree CVS) has this change already. Please use the head of the tree in CVS.
in the file common/enviroment.c add the content #ifdef CONFIG_ETH3ADDR "eth3addr=" MK_STR(CONFIG_ETH3ADDR) "\0"
#endif
in the file common/env_common.c add the content #ifdef CONFIG_ETH3ADDR "eth3addr=" MK_STR(CONFIG_ETH3ADDR) "\0" #endif into below LINE 96
Please create & submit a patch for environment.c and env_common.c.
please check them.
Again, you should be using the head of the tree...
-travis sawyer