[oe-commits] Ulf Samuelsson : Add support for at91sam9260ek booting from NAND flash

git version control git at git.openembedded.org
Wed Aug 12 13:45:12 UTC 2009


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 12 15:41:57 2009 +0200

Add support for at91sam9260ek booting from NAND flash

---

 conf/machine/at91sam9260nf.conf |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/machine/at91sam9260nf.conf b/conf/machine/at91sam9260nf.conf
new file mode 100644
index 0000000..593d7e6
--- /dev/null
+++ b/conf/machine/at91sam9260nf.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@Name: Atmel AT91SAM9260EK Development Platform
+#@DESCRIPTION: Machine configuration for the at91sam9260ek development board with a at91sam9260 processor
+#@This configuration will boot from NAND Flash
+
+include conf/machine/include/AT91.inc
+
+# Has no linux config file in OpenEmbedded
+LINUX26_DEFCONFIG = "at91sam9260ek_defconfig"
+UBOOT_MACHINE = "at91sam9260ek_nandflash_config"
+AT91BOOTSTRAP_BOARD = "at91sam9260nf"
+
+MACHINE_FEATURES += "usbhost"





More information about the Openembedded-commits mailing list