[U-Boot] [PATCH] arm: Don't use printf() in SPL builds

Christian Riesch christian.riesch at omicron.at
Thu Mar 15 08:37:43 CET 2012


Hi Simon,

On Thu, Mar 15, 2012 at 6:23 AM, Simon Glass <sjg at chromium.org> wrote:
> Yes I am talking about building with the generic relocation series
> included, so a slightly different point. With that I get:
>
> $ make -j8 -s
> Generating include/generated/asm-offsets.h
> arch/arm/cpu/arm926ejs/davinci/libdavinci.o: In function `board_init_f':
> /home/sjg/trunk/src/third_party/u-boot/files/arch/arm/cpu/arm926ejs/davinci/spl.c:75:
> undefined reference to `relocate_code'
> make[1]: *** [/home/sjg/trunk/src/third_party/u-boot/files/spl/u-boot-spl]
> Error 1
> make: *** [spl/u-boot-spl.bin] Error 2
> make: *** Waiting for unfinished jobs....

relocate_code is also called in the da850evm and hawkboard
configurations from spl.c, so I guess we will get this error for these
boards as well. I would like to test your generic relocation patches
also on my board. Which patchsets are required, what's their latest
version?

Regards, Christian


More information about the U-Boot mailing list