commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=8e6abb19e11764161246733f12d80255a3cce8db
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1

This reverts commit aaf723ec190d9988df8662860d35718ba4e45a75.

Signed-off-by: Bob Liu <[email protected]>
---
 arch/blackfin/boot/Makefile |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/arch/blackfin/boot/Makefile b/arch/blackfin/boot/Makefile
index 929c38c..0a49279 100644
--- a/arch/blackfin/boot/Makefile
+++ b/arch/blackfin/boot/Makefile
@@ -12,17 +12,13 @@ targets := vmImage vmImage.bin vmImage.bz2 vmImage.gz vmImage.lzma vmImage.lzo v
 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.xip
 
 UIMAGE_OPTS-y :=
-UIMAGE_OPTS-$(CONFIG_RAMKERNEL) += \
-	-a $(CONFIG_BOOT_LOAD) \
-	-e $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
-UIMAGE_OPTS-$(CONFIG_ROMKERNEL) += \
-	-x \
-	-a $(CONFIG_ROM_BASE) \
-	-e $$( printf '%x' $$(( $(CONFIG_ROM_BASE) + 64 )) )
+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 \
                    -C $(2) -n '$(CPU_REV)-$(KERNELRELEASE)' \
+                   -e $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}') \
                    $(UIMAGE_OPTS-y) -d $< $@
 
 $(obj)/vmlinux.bin: vmlinux FORCE
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to