commit | 32abdfebf0c0ea7b5586a87dcc66ad1950852ac0 | [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 | ab7ec11fc7d694cee47cacfc3c351de3082bca7c [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>