1
#@TYPE: Machine
2
#@Name: Atmel AT91SAM9M10EKES Development Platform
3
#@DESCRIPTION: Machine configuration for the at91sam9m10ekes board with a at91sam9m10-es2 processor
4
5
include conf/machine/include/at91-2.6.30.inc
6
include conf/machine/include/at91-lcd.inc
7
8
# Has linux config file in OpenEmbedded
9
#
10
# LINUX26_DEFCONFIG = "at91sam9m10ekes_defconfig"
11
# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
12
13
# Supported u-boot machines
14
#UBOOT_MACHINE = "at91sam9m10g45ek_nandflash_config"
15
#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_config"
16
UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
17
#UBOOT_MACHINE = "at91sam9m10g45ek_config"
18
19
AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
20
21
MACHINE_FEATURES += "usbhost"