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