diff options
author | Wu, Josh | 2015-02-02 17:51:01 +0800 |
---|---|---|
committer | Andreas Bießmann | 2015-03-18 23:36:02 +0100 |
commit | 0b12843493cbeb59c7aee207b1b6d0c8daf24833 (patch) | |
tree | ccf2898dd13697af25c6b2954244186be1454fe0 /configs/at91sam9rlek_mmc_defconfig | |
parent | 111ec4c65208bb13f3957d5a1c84b228eb83bdde (diff) |
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/at91sam9rlek_mmc_defconfig')
-rw-r--r-- | configs/at91sam9rlek_mmc_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/at91sam9rlek_mmc_defconfig b/configs/at91sam9rlek_mmc_defconfig new file mode 100644 index 00000000000..b93c8814e36 --- /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 |