summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-05 10:40:17 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-05 10:40:17 +0000
commite04b6ca486e716a1278dd573069a587ddeef9056 (patch)
tree5ae7de1f30c7e38d3c1a5fc211c91712c3350d4f /conf
parent48b0a83aa578206470e6f74576b6a362ba36397a (diff)
parent633a51750cab963d21de7232404971667d94bcc3 (diff)
merge of '2c62d5f53df6ab7b1ada734c156e6c252c1ef900'
and '996e4e3c8e89056619f693368ad07d4870016cd6'
Diffstat (limited to '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"