diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2015-02-02 09:51:01 (GMT) |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-03-18 22:36:02 (GMT) |
commit | 0b12843493cbeb59c7aee207b1b6d0c8daf24833 (patch) | |
tree | ccf2898dd13697af25c6b2954244186be1454fe0 /configs | |
parent | 111ec4c65208bb13f3957d5a1c84b228eb83bdde (diff) | |
download | u-boot-0b12843493cbeb59c7aee207b1b6d0c8daf24833.tar.xz |
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_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 0000000..b93c881 --- /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 |