From: Andrea Adami Date: Sun, 12 Apr 2009 17:59:15 +0000 (+0200) Subject: zaurus-clamshell.inc: fix nasty typo in u-boot address X-Git-Tag: Release-2010-05/1~3783^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb4044ee4b480361eb43d09c6c5791d8327e596;p=openembedded.git zaurus-clamshell.inc: fix nasty typo in u-boot address --- 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"