[PATCH 7/7] arm/boot/hack: set uImage load address to 0x81000000
Grant Likely
grant.likely at secretlab.ca
Fri Feb 19 14:29:46 EST 2010
Total hack.
Don't merge.
This will go away when I fix patch 6/7
g.
---
arch/arm/boot/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 4a590f4..9aeea2f 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -67,7 +67,7 @@ quiet_cmd_uimage = UIMAGE $@
ifeq ($(CONFIG_ZBOOT_ROM),y)
$(obj)/uImage: LOADADDR=$(CONFIG_ZBOOT_ROM_TEXT)
else
-$(obj)/uImage: LOADADDR=$(ZRELADDR)
+$(obj)/uImage: LOADADDR=0x81000000
endif
ifeq ($(CONFIG_THUMB2_KERNEL),y)
More information about the linux-arm-kernel
mailing list