conf/machine/include: Rename .conf to .inc files
[vuplus_openembedded] / conf / machine / kb9202.conf
1 #@TYPE: Machine
2 #@Name: KwikByte KB9202 devboard
3 #@DESCRIPTION: Machine configuration for KwikByte KB9202 devboard
4
5 TARGET_ARCH = "arm"
6
7 PREFERRED_PROVIDER_virtual/kernel = "linux"
8 PACKAGE_EXTRA_ARCHS = "armv4 armv4t"
9
10 require conf/machine/include/tune-arm920t.inc
11
12 # used by sysvinit_2
13 # Needs at91 serial port
14 #SERIAL_CONSOLE = "57600 ttyAM0"
15  
16 # used by some images
17 # 16MB nor + 32MB nand
18 ROOT_FLASH_SIZE = "12"
19
20 MACHINE_FEATURES = "kernel26 usbhost usbgadget irda"
21
22 KERNEL_IMAGETYPE = "uImage"