aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/adb4000.conf
blob: fdc7cc26fbdc80207b5dfc1f76ff7ff08ece74f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@Name: In-Circuit STK ADB4000 Starter Kit
#@DESCRIPTION: Machine configuration for the STK ADB4000 board with AT91SAM9G45 processor

include conf/machine/include/at91-2.6.30.inc
include conf/machine/include/at91-lcd.inc

PREFERRED_VERSION_linux = "2.6.33"

# Has linux config file in OpenEmbedded
#
LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"

# Supported u-boot machines
#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
UBOOT_MACHINE = "icnova_arm9sodimm_config"
UBOOT_ENTRYPOINT = "0x70008000"

AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"

MACHINE_FEATURES += "usbhost"