[oe-commits] Ulf Samuelsson : Add board config for sam9g45ekes

git version control git at git.openembedded.org
Wed Aug 19 10:21:12 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: e503ee55dce3f77c83f99d141d55e63bc735f900
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e503ee55dce3f77c83f99d141d55e63bc735f900

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 19 07:19:43 2009 +0200

Add board config for sam9g45ekes

---

 conf/machine/at91sam9g45ek.conf |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/conf/machine/at91sam9g45ek.conf b/conf/machine/at91sam9g45ek.conf
index e6a2fae..0735101 100644
--- a/conf/machine/at91sam9g45ek.conf
+++ b/conf/machine/at91sam9g45ek.conf
@@ -1,7 +1,8 @@
 #@TYPE: Machine
 #@Name: Atmel AT91SAM9G45EK Development Platform
 #@DESCRIPTION: Machine configuration for the at91sam9g45ek development board with a at91sam9g45-ES processor
-
+# Once a at91sam9g45ek development board with a production at91sam9g45 processor
+# is available we should change the recipe to use the at91sam9m10g45ek_defconfig
 
 include conf/machine/include/AT91-LCD.inc
 
@@ -10,5 +11,10 @@ include conf/machine/include/AT91-LCD.inc
 UBOOT_MACHINE = "at91sam9g45ekes_config"
 AT91BOOTSTRAP_BOARD = "at91sam9g45ekes"
 
+# LINUX26_DEFCONFIG = "at91sam9m10g45ek_defconfig"
+# UBOOT_MACHINE = "at91sam9m10g45ek_defconfig"
+# Not sure we have a board?
+# AT91BOOTSTRAP_BOARD = "at91sam9g45???"
+
 MACHINE_FEATURES += "usbhost"
 





More information about the Openembedded-commits mailing list