This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@Name: Atmel AT91SAM9G45EK Development Platform |
| 3 |
#@DESCRIPTION: Machine configuration for the at91sam9m10g45ek board with a at91sam9g45 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 = "at91sam9g45ek_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 |
#UBOOT_MACHINE = "at91sam9g45ekes_nandflash_config" |
| 19 |
#UBOOT_MACHINE = "at91sam9g45ekes_dataflash_config" |
| 20 |
#UBOOT_MACHINE = "at91sam9g45ekes_dataflash_cs0_config" |
| 21 |
#UBOOT_MACHINE = "at91sam9g45ekes_config" |
| 22 |
|
| 23 |
AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf" |
| 24 |
|
| 25 |
MACHINE_FEATURES += "usbhost" |