
8 Jun
2011
8 Jun
'11
6:58 p.m.
On Wednesday, June 08, 2011 03:41:31 Veli-Pekka Peltola wrote:
We have been using U-Boot 2010.06 and now we are trying to use the latest version. Our build system processes the kernel with mkimage so we compile U-Boot tools with "make tools" even if bootloader is not compiled. This has worked fine in the past. It seems that 2011.03 is the last version where this approach worked after removing config.h include in tools/imximage.h. Is there currently an easy way to compile only tools, not the whole bootloader?
`make tools` should work. if it doesnt, post a patch to fix it. breakage here is not on purpose, but rather simply not noticed. -mike