From aeb4044ee4b480361eb43d09c6c5791d8327e596 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 12 Apr 2009 19:59:15 +0200 Subject: [PATCH] zaurus-clamshell.inc: fix nasty typo in u-boot address --- conf/machine/include/zaurus-clamshell.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/zaurus-clamshell.inc b/conf/machine/include/zaurus-clamshell.inc index 714380e9aa..90657e4894 100644 --- a/conf/machine/include/zaurus-clamshell.inc +++ b/conf/machine/include/zaurus-clamshell.inc @@ -1,7 +1,7 @@ include conf/machine/include/tune-xscale.inc -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" +UBOOT_ENTRYPOINT = "0xA80008000" +UBOOT_LOADADDRESS = "0xA0008000" EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700" KEXECBOOT_IMAGEDEPENDS += "sharp-flash-header-c700" -- 2.39.5