commit | 23ac62d4c72c9be762cb8613b8269599295f7c88 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Mar 24 17:07:22 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Apr 01 01:04:29 2015 +0200 |
tree | c40aabe316f7bdb4daa1bf16ee525fec35b8b5d5 | |
parent | da78fb541494ac778a0fe66cc02e2fea33e228d9 [diff] |
ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card Insteading in mmc's raw sectors, this patch will save the environment in a fat file (uboot.env) in mmc card's first FAT patition by default. If you want to save in mmc's raw sectors, you only need to define CONFIG_ENV_IS_IN_MMC. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Bo Shen <voice.shen@atmel.com>