neuros-osd*: add uboot adresses (taken from Makefile.boot)
authorKoen Kooi <koen@openembedded.org>
Tue, 3 Jun 2008 08:33:57 +0000 (08:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 3 Jun 2008 08:33:57 +0000 (08:33 +0000)
conf/machine/neuros-osd.conf
conf/machine/neuros-osd2.conf

index ef1688a..09a7153 100644 (file)
@@ -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"
 
index a356b91..b327d8f 100644 (file)
@@ -11,6 +11,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
 
 KERNEL_IMAGETYPE = "uImage"
 
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
 PREFERRED_VERSION_u-boot = "git"
 #UBOOT_MACHINE = "davinci_dvevm_config"