commit | c3814406b064f1910461bddd14bc09701353ceed | [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 | f5702d7d7fcb2c6668ebb131454bec8f4db82be5 [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>