
On 20:22 Sun 18 Nov , Wolfgang Denk wrote: Hi
ARM builds for many boards OK, but there are problems that will probably remain unfixed in 1.3.0:
mp2usb board:
usb_ohci.c: In function 'usb_lowlevel_init': usb_ohci.c:1846: error: 'AT91_USB_HOST_BASE' undeclared (first use in this function) usb_ohci.c:1846: error: (Each undeclared identifier is reported only once usb_ohci.c:1846: error: for each function it appears in.)
I will send a patch about it
mx1ads board:
mx1ads.c: In function 'board_init': mx1ads.c:106: error: invalid lvalue in assignment mx1ads.c:107: error: invalid lvalue in assignment
mx1fs2 board:
mx1fs2.c: In function 'logo_init': mx1fs2.c:75: error: invalid lvalue in assignment
VCMA9 board:
common/libcommon.a(usb.o): In function `usb_submit_int_msg': /home/wd/git/u-boot/work/common/usb.c:157: undefined reference to `submit_int_msg' common/libcommon.a(usb.o): In function `usb_control_msg': /home/wd/git/u-boot/work/common/usb.c:187: undefined reference to `submit_control_msg' common/libcommon.a(usb.o): In function `usb_bulk_msg': /home/wd/git/u-boot/work/common/usb.c:214: undefined reference to `submit_bulk_msg' common/libcommon.a(usb.o): In function `usb_init': /home/wd/git/u-boot/work/common/usb.c:109: undefined reference to `usb_lowlevel_init' common/libcommon.a(usb.o): In function `usb_stop': /home/wd/git/u-boot/work/common/usb.c:133: undefined reference to `usb_lowlevel_stop' common/libcommon.a(usb_storage.o): In function `usb_stor_CBI_get_status': /home/wd/git/u-boot/work/common/usb_storage.c:551: undefined reference to `submit_int_msg'
I will send a patch about it too
MIPS looks mostly OK, too, except here:
gth2 board:
lowlevel_init.S: Assembler messages: lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
If I'm not wrong Shinya send a patch a bout it.
Best Regards, J.