
Dear Albert Aribaud,
In message 1286229705-16019-1-git-send-email-albert.aribaud@free.fr you wrote:
This patch is *not* a submission for master!
I'm trying this on arm1136 (i.MX31) at the moment. It seems the patch was not taken against latest mainline, but probably against a previous state in your local tree.
I get:
Configuring for qong board... arch/arm/lib/libarm.a(board.o): In function `board_init_r': /home/wd/git/u-boot/work/arch/arm/lib/board.c:913: undefined reference to `_bss_start_ofs' arch/arm/lib/libarm.a(board.o): In function `board_init_f': /home/wd/git/u-boot/work/arch/arm/lib/board.c:664: undefined reference to `_bss_end_ofs'
Seems that entries for _bss_start_ofs and _bss_end_ofs are missing in my version of the linker script, and I don't see these in your patch either.
[There are aslo rejects in board/LaCie/edminiv2/config.mk and include/configs/edminiv2.h, probably d=ue to the same reason.]
Can you please provide an updated patch against mainline? Thanks.
Best regards,
Wolfgang Denk