Hi Valentin, On Sun, Jun 12, 2011 at 02:09:24PM +0200, Longchamp, Valentin wrote: > Now I have a question about the marvell boards build: I see in the > Makefile that there is a rule about this kwb file, which is exactly what > we do in our additionnal build script: > > $(obj)u-boot.kwb: $(obj)u-boot.bin > $(obj)tools/mkimage -n $(CONFIG_SYS_KWD_CONFIG) -T kwbimage \ > -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) -d $< $ > > How do you use it (because I think it is not called by the default make > command) ?
For my part, I simply use:
make ${obj_path}/u-boot.kwb
Regards,
Simon
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

