From 77c1d789cce40125a1984de92784975c1b16ad7a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 3 Jun 2008 08:29:14 +0000 Subject: neuros-osd*: build uImage as kernel image --- conf/machine/neuros-osd2.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/neuros-osd2.conf') diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf index e66109a785..a356b91e19 100644 --- a/conf/machine/neuros-osd2.conf +++ b/conf/machine/neuros-osd2.conf @@ -9,6 +9,8 @@ PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" +KERNEL_IMAGETYPE = "uImage" + PREFERRED_VERSION_u-boot = "git" #UBOOT_MACHINE = "davinci_dvevm_config" -- cgit v1.2.3 From 915c1e3654c4be1667a9390c3671d1a3601e2a56 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 3 Jun 2008 08:33:57 +0000 Subject: neuros-osd*: add uboot adresses (taken from Makefile.boot) --- conf/machine/neuros-osd2.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/neuros-osd2.conf') 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" -- cgit v1.2.3