
Hi Christian,
On Thu, Mar 15, 2012 at 12:37 AM, Christian Riesch christian.riesch@omicron.at wrote:
Hi Simon,
On Thu, Mar 15, 2012 at 6:23 AM, Simon Glass sjg@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?
Yes, please take a look here:
http://patchwork.ozlabs.org/bundle/sjg/reloc/
Regards, Simon
Regards, Christian