aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 22:57:58 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 22:57:58 +0000
commit1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e (patch)
treeeb5398d4e1c6ac98ee42c62ee4abca1707660381 /conf/machine
parentdef999765b95d8761f75eb9cbddbca46c7b7e15a (diff)
downloadopenembedded-1a60e2ae8763c4cf6663df3ba2f03e7abbe35d1e.tar.gz
orion: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS to config
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/orion.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index d22b783f35..7b9726a6ac 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