[U-Boot] [PATCH] ppc: cleanup compilererrors/warnings

Mike Frysinger vapier at gentoo.org
Wed Mar 25 23:50:43 CET 2009


On Wednesday 25 March 2009 02:37:54 Heiko Schocher wrote:
> 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?

ugh, yes.  we we want "setenv", not "putenv".  i thought i did a scan to make 
sure i didnt make that typo, but i guess i still missed a few :/.
-mike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090325/63d4bb40/attachment.pgp 


More information about the U-Boot mailing list