commit | 26961772ff2abd89dddf6232a458f8ff7d49c4f8 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Jan 20 10:33:33 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Sat Feb 07 23:43:02 2015 +0100 |
tree | a4911bd8f409a71515334fd7b78458e3d7441e04 | |
parent | a248558ae2894dd7a5a18480dd7011b70ed4bc50 [diff] |
ARM: at91: at91sam9x5: save environment to 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>