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
9
require conf/machine/include/tune-arm920t.inc
10
11
# used by sysvinit_2
12
# Needs at91 serial port
13
#SERIAL_CONSOLE = "57600 ttyAM0"
14
 
15
# used by some images
16
# 16MB nor + 32MB nand
17
ROOT_FLASH_SIZE = "12"
18
19
MACHINE_FEATURES = "kernel26 usbhost usbgadget irda"
20
21
KERNEL_IMAGETYPE = "uImage"