Hello, actual head doesn;t longer compile for the mpc52xx based digsy_mtc_rev5 board (and a fast check, it seems it is for mp52xx, 8xx, ppc4xx based boards):
[hs@pollux u-boot]$ ./MAKEALL digsy_mtc_rev5 Configuring for digsy_mtc_rev5 - Board: digsy_mtc, Options: DIGSY_REV5 libstubs.o: In function `app_startup': /home/hs/charon/u-boot/examples/standalone/stubs.c:197: undefined reference to `__bss_end__' /home/hs/charon/u-boot/examples/standalone/stubs.c:197: undefined reference to `__bss_end__' make[1]: *** [hello_world] Fehler 1 make: *** [examples/standalone] Fehler 2 make: *** Warte auf noch nicht beendete Prozesse... ppc_6xx-size: './u-boot': No such file --------------------- SUMMARY ---------------------------- Boards compiled: 1 Boards with warnings or errors: 1 ( digsy_mtc_rev5 ) ---------------------------------------------------------- [hs@pollux u-boot]$ bisection it a bit shows: [hs@pollux u-boot]$ git bisect good 44c6e6591cb451ae606f8bde71dd5fb7b4002544 is the first bad commit commit 44c6e6591cb451ae606f8bde71dd5fb7b4002544 Author: Po-Yu Chuang <ratb...@faraday-tech.com> Date: Tue Mar 1 22:59:59 2011 +0000 rename _end to __bss_end__ Currently, _end is used for end of BSS section. We want _end to mean end of u-boot image, so we rename _end to __bss_end__ first. Signed-off-by: Po-Yu Chuang <ratb...@faraday-tech.com> :040000 040000 9c41e6ba008d29cdb82ecfadea40f224a9c4771e 05f2d7e2e04bef1988ef537f47e7026e4a88a2a8 M arch :040000 040000 e8a97103de34f63145918cc1f119616c5deb8f22 c81f1ef95f863d263f8da1e80a97fdb8361cfe90 M board :040000 040000 29dc021a9988488c841b89c6bf6fab915584ce22 f6db95bc3432104adc5c993aafd7e410dd8f5d9b M examples :040000 040000 96fa70b40a37090b75e4b66df7d1fb61d120f198 faa9863deb077cfca92d31ec93c4b84a2e3f2e1d M nand_spl :040000 040000 927f744a35280f707a9b03059839e0dca45fecb5 6d7771394e8eb1f184dcb24a96453eadc9306c12 M onenand_ipl [hs@pollux u-boot]$ If I find time, I look in it, but if somebody has an idea, it would be great! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot