From: Claudio Mignanti Date: Mon, 11 Oct 2010 16:31:47 +0000 (+0000) Subject: Tag the uncompressed image X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d806e68e57a392d60a1c59bd92334278fe37ec1a;p=librecmc%2Flibrecmc.git Tag the uncompressed image SVN-Revision: 23402 --- diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 445c8696b4..77b8b4bf60 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -21,7 +21,8 @@ define Image/Prepare endef define Image/BuildKernel - cp $(LINUX_DIR)/arch/arm/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage + mkimage -A arm -T kernel -C none -a 0x20008000 -e 0x20008000 -n linux-2.6 \ + -d $(LINUX_DIR)/arch/arm/boot/Image $(BIN_DIR)/$(IMG_PREFIX)-uImage endef define Image/Build