[oe-commits] Andrea Adami : zaurus-clamshell.inc: fix u-boot addresses for akita/spitz

GIT User account git at amethyst.openembedded.net
Mon Apr 27 21:16:41 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Apr 27 23:11:31 2009 +0200

zaurus-clamshell.inc: fix u-boot addresses for akita/spitz

---

 conf/machine/include/zaurus-clamshell.inc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/zaurus-clamshell.inc b/conf/machine/include/zaurus-clamshell.inc
index cc58c4a..c3bbca8 100644
--- a/conf/machine/include/zaurus-clamshell.inc
+++ b/conf/machine/include/zaurus-clamshell.inc
@@ -1,7 +1,10 @@
 include conf/machine/include/tune-xscale.inc
 
-UBOOT_ENTRYPOINT = "0xA0008000"
-UBOOT_LOADADDRESS = "0xA0008000"
+UBOOT_ENTRYPOINT_c7x0 = "0xA0008000"
+UBOOT_ENTRYPOINT_akita = "0xA1000000"
+UBOOT_ENTRYPOINT_spitz = "0xA1000000"
+
+UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
 
 EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700"
 KEXECBOOT_IMAGEDEPENDS += "sharp-flash-header-c700"





More information about the Openembedded-commits mailing list