diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-12 19:59:15 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-12 19:59:15 +0200 |
commit | aeb4044ee4b480361eb43d09c6c5791d8327e596 (patch) | |
tree | 5b97b139fde4298309a88745fd5fe942c8c2b120 /conf/machine | |
parent | e8e47f3bfcafeae322f393a51b63670c34bd0517 (diff) |
zaurus-clamshell.inc: fix nasty typo in u-boot address
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/zaurus-clamshell.inc | 4 |
1 files 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" |