diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-06-30 21:33:37 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-06-30 21:33:37 +0000 |
commit | 873ce28c40814edb45f534003450318c6e9b2650 (patch) | |
tree | bd5a0dc4e532bc36c56354c018352ec428707647 /conf | |
parent | 13d755aeaed051ad95709e1805307eb3eaeddea2 (diff) |
conf/machine/cs-e9302.conf: New machine. Added defconfig for linux-2.6.24 but needs further tweaking.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/cs-e9302.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/cs-e9302.conf b/conf/machine/cs-e9302.conf new file mode 100644 index 0000000000..b99b1372be --- /dev/null +++ b/conf/machine/cs-e9302.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@Name: Olimex CS-E9302 Development Platform +#@DESCRIPTION: Machine configuration for Olimex CS-E9302 Development Platform + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost" + +# used by sysvinit_2 +SERIAL_CONSOLE = "57600 ttyAM0" + +# used by some images +ROOT_FLASH_SIZE = "8" +#extra jffs2 tweaks +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " + +require conf/machine/include/tune-arm920t.inc |