[oe-commits] Andrea Adami : zaurus-clamshell.inc: fix nasty typo in u-boot address

GIT User account git at amethyst.openembedded.net
Sun Apr 12 18:03:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aeb4044ee4b480361eb43d09c6c5791d8327e596
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aeb4044ee4b480361eb43d09c6c5791d8327e596

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Apr 12 19:59:15 2009 +0200

zaurus-clamshell.inc: fix nasty typo in u-boot address

---

 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 714380e..90657e4 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"





More information about the Openembedded-commits mailing list