commit | a3dd08ef010d558caf19f53c850783dc8651ac5d | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Jan 20 10:33:32 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Sat Feb 07 23:43:00 2015 +0100 |
tree | 4efa5b34e5bba403784b5f08f8bef81f8f7cc8b2 | |
parent | 4638aea941947eb61bd9b7ec63946946cf877f05 [diff] |
ARM: at91: sama5d3xek: save enviroment as a FAT file in MMC card This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of 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>