From: Koen Kooi Date: Tue, 3 Jun 2008 08:33:57 +0000 (+0000) Subject: neuros-osd*: add uboot adresses (taken from Makefile.boot) X-Git-Tag: Release-2010-05/1~6843^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915c1e3654c4be1667a9390c3671d1a3601e2a56;p=openembedded.git neuros-osd*: add uboot adresses (taken from Makefile.boot) --- 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" diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf index a356b91e19..b327d8f8b6 100644 --- a/conf/machine/neuros-osd2.conf +++ b/conf/machine/neuros-osd2.conf @@ -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"