[oe-commits] Andrea Adami : zaurus-clamshell.inc: add UBOOT_ENTRYPOINT and UBOOT_ADDRESS

GIT User account git at amethyst.openembedded.net
Sun Mar 29 22:23:21 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Mar 30 00:20:22 2009 +0200

zaurus-clamshell.inc: add UBOOT_ENTRYPOINT and UBOOT_ADDRESS

---

 conf/machine/include/zaurus-clamshell.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/zaurus-clamshell.inc b/conf/machine/include/zaurus-clamshell.inc
index 4fa9f75..1421630 100644
--- a/conf/machine/include/zaurus-clamshell.inc
+++ b/conf/machine/include/zaurus-clamshell.inc
@@ -1,5 +1,8 @@
 include conf/machine/include/tune-xscale.inc
 
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
 EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700"
 
 IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime -m favourlzo \





More information about the Openembedded-commits mailing list