diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-21 14:08:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-21 14:08:40 +0000 |
commit | 889e7461375f2cb6f4429ad2ddd59122c0b0efc0 (patch) | |
tree | 51ee51c9d22ecbcf0989d6a2d46194d3e3131cc4 /conf | |
parent | b6dcbb6854484bc16afcfbf6ef0f6d94753332ad (diff) | |
parent | b56be2db834164a767740da4b63ee35c42164086 (diff) |
merge of '1f87c0f3663976dafd6caaabc1cf1397f48451e8'
and 'ef5c7f64094e35acf78793dc2ff1cbcc408d2530'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/at91-l9260.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/at91-l9260.conf b/conf/machine/at91-l9260.conf new file mode 100644 index 0000000000..16d0705a24 --- /dev/null +++ b/conf/machine/at91-l9260.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@Name: Olimex eval board for the AT91SAM9260 +#@DESCRIPTION: Machine.inciguration for the AT91SAM9260 development board with a at91sam9260 processor + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.25" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" +IMAGE_FSTYPES ?= "jffs2" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" + +require conf/machine/include/tune-arm926ejs.inc |