summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/boot
diff options
context:
space:
mode:
authorGuan Xuetao <gxt@mprc.pku.edu.cn>2011-04-20 19:06:53 +0800
committerGuan Xuetao <gxt@mprc.pku.edu.cn>2011-06-09 16:19:44 +0800
commitf4728fd21f6d81bb2100da7eb9c675f1a74ad30d (patch)
tree30e6eb0ff56fca16dab1ed6fbd8b149b1a1b7c1c /arch/unicore32/boot
parent2809e80b8a73d556b2302e273966fb15db16c51e (diff)
downloadlinux-0-day-f4728fd21f6d81bb2100da7eb9c675f1a74ad30d.tar.gz
linux-0-day-f4728fd21f6d81bb2100da7eb9c675f1a74ad30d.tar.xz
unicore32: change zImage physical address, though it's PIC codes
U-boot will load the kernel image to 48M physical memory address. The patch changes it to the correct address, though it's PIC codes. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32/boot')
-rw-r--r--arch/unicore32/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/boot/compressed/Makefile b/arch/unicore32/boot/compressed/Makefile
index 95373428cb3d8..b0954a2d23cfa 100644
--- a/arch/unicore32/boot/compressed/Makefile
+++ b/arch/unicore32/boot/compressed/Makefile
@@ -59,7 +59,7 @@ $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/head.o $(obj)/piggy.o \
# We now have a PIC decompressor implementation. Decompressors running
# from RAM should not define ZTEXTADDR. Decompressors running directly
# from ROM or Flash must define ZTEXTADDR (preferably via the config)
-ZTEXTADDR := 0
+ZTEXTADDR := 0x03000000
ZBSSADDR := ALIGN(4)
SEDFLAGS_lds = s/TEXT_START/$(ZTEXTADDR)/;s/BSS_START/$(ZBSSADDR)/