From 915c1e3654c4be1667a9390c3671d1a3601e2a56 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 3 Jun 2008 08:33:57 +0000 Subject: [PATCH] neuros-osd*: add uboot adresses (taken from Makefile.boot) --- conf/machine/neuros-osd.conf | 3 +++ conf/machine/neuros-osd2.conf | 3 +++ 2 files changed, 6 insertions(+) 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" -- 2.39.5