aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-29 10:02:10 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-29 10:02:10 +0000
commit6699edf42b8b3b4b0fbeec64b789158f6194916e (patch)
tree6828083d245e4008f5064b178661ae3944ddf9e3 /conf
parent592be87b6380147ef82750d25e78b356a01c4fd1 (diff)
downloadopenembedded-6699edf42b8b3b4b0fbeec64b789158f6194916e.tar.gz
dht-walnot: set UBOOT_ENTRYPOINT in preparation of kernel recipe cleanup
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/dht-walnut.conf1
1 files changed, 1 insertions, 0 deletions
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"