summaryrefslogtreecommitdiff
path: root/conf/machine/sequoia.conf
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-05-05 21:52:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-05-05 21:52:39 +0000
commit0fb268a8c03bbea4fc1f34a3b7a9ebe7a02c471d (patch)
treeccf99743568c299437bb03381b1625b8c0a838ee /conf/machine/sequoia.conf
parent6165473d292012b6c60308c8eb0f3604a020b046 (diff)
parent66af3461a3fdf3eb7ceb76bb2a04e66be8283b8c (diff)
merge of '86dacb8c8e579fd5d42ab61a0c0f344bcf74146d'
and 'd4a97f257158aba4fde91347580030110ef215bf'
Diffstat (limited to 'conf/machine/sequoia.conf')
-rw-r--r--conf/machine/sequoia.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf
index 213710c97f..cc87511e1e 100644
--- a/conf/machine/sequoia.conf
+++ b/conf/machine/sequoia.conf
@@ -8,17 +8,22 @@
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc440e"
-PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
MACHINE_FEATURES = "kernel26 usbhost"
-#don't try to access tty1
-USE_VT = "0"
+PREFERRED_VERSION_u-boot = "1.3.2"
+UBOOT_MACHINE = "sequoia_config"
+UBOOT_ENTRYPOINT = "0"
+UBOOT_LOADADDRESS = "0"
+
+#don't try to access tty1
+USE_VT = "0"
SERIAL_CONSOLE = "115200 ttyS0"
-PREFERRED_VERSION_u-boot = "git"
EXTRA_IMAGECMD = "--big-endian"
ERASEBLOCK_SIZE = "0x10000"
IMAGE_FSTYPES = "jffs2"