diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-05 10:38:41 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-05 10:38:41 +0000 |
commit | 633a51750cab963d21de7232404971667d94bcc3 (patch) | |
tree | c26cb2c663d62699d33257cf0844405af4bbbb8a /conf | |
parent | db61d94094937dfc3504e15424c099f4a608acf3 (diff) | |
parent | b93a974a0a3b8a0304ccc50823af273c99bf29f2 (diff) |
merge of '14e97fe0b2064e524213634d9ffbc49971355012'
and '6a17da034d40be82432b199217a8b5154f13f48a'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/sequoia.conf | 13 |
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" |