Re: [PATCH] uImage: Allow to specify MKIMAGE

From: Mike Frysinger
Date: Sat Mar 20 2010 - 16:46:29 EST


On Sat, Mar 20, 2010 at 14:49, Paulius Zaleckas wrote:
> --- a/arch/blackfin/boot/Makefile
> +++ b/arch/blackfin/boot/Makefile
> @@ -6,7 +6,7 @@
> Â# for more details.
> Â#
>
> -MKIMAGE := $(srctree)/scripts/mkuboot.sh
> +MKIMAGE := $(CONFIG_SHELL) $(srctree)/scripts/mkuboot.sh
>
> Âtargets := vmImage vmImage.bin vmImage.bz2 vmImage.gz vmImage.lzma vmImage.xip
> Âextra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.xip
> @@ -16,7 +16,7 @@ UIMAGE_OPTS-$(CONFIG_RAMKERNEL) += -a $(CONFIG_BOOT_LOAD)
> ÂUIMAGE_OPTS-$(CONFIG_ROMKERNEL) += -a $(CONFIG_ROM_BASE) -x
>
> Âquiet_cmd_uimage = UIMAGE Â$@
> - Â Â Âcmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A $(ARCH) -O linux -T kernel \
> + Â Â Âcmd_uimage = $(MKIMAGE) -A $(ARCH) -O linux -T kernel \
> Â Â Â Â Â Â Â Â Â Â-C $(2) -n '$(MACHINE)-$(KERNELRELEASE)' \
> Â Â Â Â Â Â Â Â Â Â-e $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}') \
> Â Â Â Â Â Â Â Â Â Â$(UIMAGE_OPTS-y) -d $< $@

looks straightforward, and doesnt matter to me, so
Acked-by: Mike Frysinger <vapier@xxxxxxxxxx>
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/