aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/neuros-osd.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-03 08:33:57 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-03 08:33:57 +0000
commit915c1e3654c4be1667a9390c3671d1a3601e2a56 (patch)
tree66c5559f026d209bc20eefc0e93e779ad73cd620 /conf/machine/neuros-osd.conf
parent77c1d789cce40125a1984de92784975c1b16ad7a (diff)
downloadopenembedded-915c1e3654c4be1667a9390c3671d1a3601e2a56.tar.gz
neuros-osd*: add uboot adresses (taken from Makefile.boot)
Diffstat (limited to 'conf/machine/neuros-osd.conf')
-rw-r--r--conf/machine/neuros-osd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd.conf b/conf/machine/neuros-osd.conf
index ef1688a8ba..09a71535c6 100644
--- a/conf/machine/neuros-osd.conf
+++ b/conf/machine/neuros-osd.conf
@@ -11,6 +11,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-neuros"
KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
PREFERRED_VERSION_u-boot = "git"
#UBOOT_MACHINE = "davinci_dvevm_config"