summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2015-02-02 17:51:01 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-03-18 23:36:02 +0100
commit0b12843493cbeb59c7aee207b1b6d0c8daf24833 (patch)
treeccf2898dd13697af25c6b2954244186be1454fe0 /configs
parent111ec4c65208bb13f3957d5a1c84b228eb83bdde (diff)
downloadtalos-obmc-uboot-0b12843493cbeb59c7aee207b1b6d0c8daf24833.tar.gz
talos-obmc-uboot-0b12843493cbeb59c7aee207b1b6d0c8daf24833.zip
ARM: at91: at91sam9rlek: add mmc environment configuration
Add a mmc default config, which will save the environment in a FAT file (uboot.env) of MMC. Signed-off-by: Josh Wu <josh.wu@atmel.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/at91sam9rlek_mmc_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/at91sam9rlek_mmc_defconfig b/configs/at91sam9rlek_mmc_defconfig
new file mode 100644
index 0000000000..b93c8814e3
--- /dev/null
+++ b/configs/at91sam9rlek_mmc_defconfig
@@ -0,0 +1,3 @@
+CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9RL,SYS_USE_MMC"
+CONFIG_ARM=y
+CONFIG_TARGET_AT91SAM9RLEK=y
OpenPOWER on IntegriCloud