aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at91sam9g45ek.conf
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:03:43 +0200
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:13:37 +0200
commit1b4882558c0364cbade8cb638c8a6c49603509e2 (patch)
tree75a9a5f18dfb96f599345ebc93eebc8369cd1242 /conf/machine/at91sam9g45ek.conf
parent7ecfe36f9f521aa2631629516e42412f8685f438 (diff)
downloadopenembedded-1b4882558c0364cbade8cb638c8a6c49603509e2.tar.gz
Use common files for AT91SAM9 configuration
Diffstat (limited to 'conf/machine/at91sam9g45ek.conf')
-rw-r--r--conf/machine/at91sam9g45ek.conf13
1 files changed, 5 insertions, 8 deletions
diff --git a/conf/machine/at91sam9g45ek.conf b/conf/machine/at91sam9g45ek.conf
index 98fd7113c0..406cc526c8 100644
--- a/conf/machine/at91sam9g45ek.conf
+++ b/conf/machine/at91sam9g45ek.conf
@@ -1,13 +1,12 @@
#@TYPE: Machine
#@Name: Atmel AT91SAM9G45EK Development Platform
-#@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES2 processor
-# Once a at91sam9g45ek development board with a production at91sam9g45 processor
-# is available we should change the recipe to use the at91sam9m10g45ek_defconfig
+#@DESCRIPTION: Machine configuration for the at91sam9m10g45ek board with a at91sam9g45 processor
-include conf/machine/include/AT91-LCD.inc
+include conf/machine/include/at91-2.6.30.inc
+include conf/machine/include/at91-lcd.inc
# Has linux config file in OpenEmbedded
-#
+#
# LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
@@ -21,9 +20,7 @@ UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
#UBOOT_MACHINE = "at91sam9g45ekes_dataflash_cs0_config"
#UBOOT_MACHINE = "at91sam9g45ekes_config"
-# Boot from Dataflash, so we do not have to reprogram
-# At91bootstrap/U-Boot everytime we erase the NAND flash
-AT91BOOTSTRAP_BOARD = "at91sam9g45df"
+AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
MACHINE_FEATURES += "usbhost"