summaryrefslogtreecommitdiff
path: root/configs/at91sam9rlek_mmc_defconfig
AgeCommit message (Collapse)Author
2015-03-20at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=yTom Rini
This flag was missing and thus the board was totally being configured wrong. Signed-off-by: Tom Rini <trini@konsulko.com>
2015-03-18ARM: at91: at91sam9rlek: add hush parser to defconfigWu, Josh
HUSH parser will handle the variable easier. That will be helpful for write a complicated U-Boot commands or varaibles. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Bo Shen <voice.shen@atmel.com>
2015-03-18ARM: at91: at91sam9rlek: add mmc environment configurationWu, Josh
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>