[oe-commits] Tim 'timtim' Ellis : orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config

GIT User account git at amethyst.openembedded.net
Sun Jan 18 22:58:56 UTC 2009


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

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Sun Jan 18 22:57:58 2009 +0000

orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config

---

 conf/machine/include/orion.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index d22b783..7b9726a 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -22,5 +22,7 @@ SERIAL_CONSOLE = "ttyS0 115200"
 
 # Currently all the orion devices we support use uImage
 KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x00008000"
+UBOOT_LOADADDRESS = "0x00008000"
 
 require conf/machine/include/tune-arm926ejs.inc





More information about the Openembedded-commits mailing list