From 77f5a01ab39c2efe4b80a6442e74861a688accf2 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 16 Nov 2011 15:48:03 +0100 Subject: at91sam9g20ek_2mmc: New machine Signed-off-by: Ulf Samuelsson --- conf/machine/at91sam9g20ek_2mmc.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 conf/machine/at91sam9g20ek_2mmc.conf diff --git a/conf/machine/at91sam9g20ek_2mmc.conf b/conf/machine/at91sam9g20ek_2mmc.conf new file mode 100644 index 0000000000..2969f49b6e --- /dev/null +++ b/conf/machine/at91sam9g20ek_2mmc.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9G20EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 processor + +include conf/machine/include/at91-2.6.39a.inc + +UBOOT_MACHINES = " \ + at91sam9g20ek_2mmc_nandflash \ + at91sam9g20ek_2mmc_dataflash_cs0 \ + at91sam9g20ek_2mmc_dataflash_cs1 \ + at91sam9g20ek_2mmc_sd \ + at91sam9g20ek_2mmc \ + " + +AT91BOOTSTRAP_BOARD = " \ + at91sam9g20ek_2mmc \ + at91sam9g20ek_2mmcdfc \ + at91sam9g20ek_2mmcdf \ + at91sam9g20ek_2mmcnf \ + at91sam9g20ek_2mmcsd \ + " + +MACHINE_FEATURES += "usbhost" -- cgit 1.2.3-korg