On 26/03/12 17:06, Stephen Warren wrote: >> quiet_cmd_uimage = UIMAGE $@ >> - cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \ >> + cmd_uimage = cat $< arch/arm/boot/*.dtb > $<.tmp ; \ > > That won't work well when multiple .dtb files are built.
That's completely correct! Therefore I called it "hack" (maybe forgetting to prefix it "ugly"), so please don't use it. ;-) Roland _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
