rk29 fpga use uncompressed uImage
author黄涛 <huangtao@rock-chips.com>
Thu, 21 Oct 2010 12:30:46 +0000 (20:30 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 21 Oct 2010 12:30:46 +0000 (20:30 +0800)
arch/arm/boot/Makefile

index d4ed498aefceda884c39665e4561a0621626e328..8d4387a9d8850fdd3332df70944b265cd73d5fcb 100644 (file)
@@ -61,7 +61,7 @@ endif
 
 quiet_cmd_uimage = UIMAGE  $@
       cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
-                  -C gzip -a $(LOADADDR) -e $(STARTADDR) \
+                  -C none -a $(LOADADDR) -e $(STARTADDR) \
                   -n 'Linux-$(KERNELRELEASE)' -d $< $@
 
 ifeq ($(CONFIG_ZBOOT_ROM),y)
@@ -81,7 +81,7 @@ $(obj)/Image.gz: $(obj)/Image FORCE
        $(call if_changed,gzip)
        @echo '  Image:  $@ is ready'
 
-$(obj)/uImage: $(obj)/Image.gz FORCE
+$(obj)/uImage: $(obj)/Image FORCE
        $(call if_changed,uimage)
        @echo '  Image:  $@ is ready'