Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=y | Tom Rini | |
This flag was missing and thus the board was totally being configured wrong. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2015-03-18 | ARM: at91: at91sam9rlek: add hush parser to defconfig | Wu, 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-18 | ARM: at91: at91sam9rlek: add mmc environment configuration | Wu, 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> |