
Hello Mike,
Mike Frysinger wrote:
On Tuesday 24 March 2009 06:52:38 Heiko Schocher wrote:
actual u-boot top of tree builds with warnings/errors for the following boards:
ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 RPXClassic debris PN62
following patch solves it for:
ads5121, cpci5200, mecp5200, NX823, debris and PN62
looks straight forward to me. but i dont know anything about ppc boards ... -mike
Hmm... the compilererrors I solved seems OK to me too, but I don;t know where to find the missing function for example for the v38b board:
configuring for v38b board... v38b.c: In function 'misc_init_r': v38b.c:234: warning: implicit declaration of function 'eth_putenv_enetaddr' board/v38b/libv38b.a(v38b.o): In function `misc_init_r': /home/hs/i2c/u-boot-i2c/board/v38b/v38b.c:234: undefined reference to `eth_putenv_enetaddr' make: *** [u-boot] Fehler 1 ppc_82xx-size: './u-boot': No such file
because you introduced this function for example for the v38b board in commit "d8d21e699d7fcfb6ab11635110266dd09b7edc62" I thought you can help me ... maybe a
s/eth_putenv_enetaddr/eth_setenv_enetaddr
is OK?
bye, Heiko