From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 17 Sep 2015 06:51:54 +0800 Subject: [U-Boot] [PATCH] ARM: at91: sama5: add support for CONFIG_ENV_IS_IN_MMC In-Reply-To: <1442374454-1634-1-git-send-email-josh.wu@atmel.com> References: <1442374454-1634-1-git-send-email-josh.wu@atmel.com> Message-ID: <55F9F28A.6040008@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Josh On 09/16/2015 11:34 AM, Josh Wu wrote: > If defined CONFIG_ENV_IS_IN_MMC, then u-boot environment is saved in > mmc's raw sectors. Otherwise, u-boot environment is saved as a file: > uboot.env. > > Signed-off-by: Josh Wu Reviewed-by: Bo Shen Best Regards, Bo Shen