merge of 'a153d288427652523d9cf6ef78faccfc723035d5'
[vuplus_openembedded] / conf / machine / at91-l9260.conf
1 #@TYPE: Machine
2 #@Name: Olimex eval board for the AT91SAM9260
3 #@DESCRIPTION: Machine.inciguration for the AT91SAM9260 development board with a at91sam9260 processor
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_VERSION_linux = "2.6.25"
10 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
11
12 KERNEL_IMAGETYPE = "uImage"
13
14 #don't try to access tty1
15 USE_VT = "0"
16
17 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
18
19 # used by sysvinit_2
20 SERIAL_CONSOLE = "115200 ttyS0"
21 IMAGE_FSTYPES ?= "jffs2"
22 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
23
24 require conf/machine/include/tune-arm926ejs.inc