From: Koen Kooi Date: Wed, 29 Aug 2007 10:02:10 +0000 (+0000) Subject: dht-walnot: set UBOOT_ENTRYPOINT in preparation of kernel recipe cleanup X-Git-Tag: Release-2010-05/1~8781^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6699edf42b8b3b4b0fbeec64b789158f6194916e;p=openembedded.git dht-walnot: set UBOOT_ENTRYPOINT in preparation of kernel recipe cleanup --- diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index 0ca65b79a9..146ecf9495 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -8,6 +8,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc405" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" +UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" MACHINE_TASK_PROVIDER = "task-base"