commit | 4638aea941947eb61bd9b7ec63946946cf877f05 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Jan 20 10:33:31 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Sat Feb 07 23:42:59 2015 +0100 |
tree | 0fcb141907112921337dcc0f4be5e5d582adc7f4 | |
parent | ed8e261b82c1345190035976fd08ea816a8cfe1e [diff] |
ARM: at91: sama5d3_xplained: save environment in a FAT file in MMC card This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sector of MMC card. This make us easier to manage the environment file. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Bo Shen <voice.shen@atmel.com>