From 64bfb47c7e09f90c5d4dfb0da9a0798ab6ad3a9a Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sat, 7 Apr 2007 20:21:38 +0000 Subject: turbostation: Add u-boot, make sure jffs2 is BE, add device table --- conf/machine/turbostation.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 2c1a9d70b5..0911dd39af 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -8,6 +8,8 @@ INHERIT += "turbostation-image" # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" +MACHINE_EXTRA_RDEPENDS = "u-boot" +PREFERRED_VERSION_u-boot = "1.2.0" MODUTILS=26 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" @@ -20,8 +22,8 @@ MACHINE_TASK_PROVIDER = "task-base" # We want udev support in the image udevdir = "/dev" -EXTRA_IMAGECMD = "--big-endian" -ERASEBLOCK_SIZE = "0x20000" IMAGE_FSTYPES = "jffs2" +EXTRA_IMAGECMD_jffs2 = "--big-endian --eraseblock=0x20000" +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" require conf/machine/include/tune-ppc603e.conf -- cgit v1.2.3