aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/kb9202.conf
blob: a25290e58905cbd9e2165e23c1024453f325ceb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@Name: KwikByte KB9202 devboard
#@DESCRIPTION: Machine configuration for KwikByte KB9202 devboard

TARGET_ARCH = "arm"

PREFERRED_PROVIDER_virtual/kernel = "linux"

require conf/machine/include/tune-arm920t.inc

# used by sysvinit_2
# Needs at91 serial port
#SERIAL_CONSOLE = "57600 ttyAM0"
 
# used by some images
# 16MB nor + 32MB nand
ROOT_FLASH_SIZE = "12"

MACHINE_FEATURES = "kernel26 usbhost usbgadget irda"

KERNEL_IMAGETYPE = "uImage"