diff options
author | Terry Lv <r65388@freescale.com> | 2010-04-28 15:27:59 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-04-29 15:42:17 +0800 |
commit | cfb0209bfd87b6076f6f8708c49796bf1a472f9b (patch) | |
tree | 22349d9715dad33c739252a52cc19bc40a3006b1 /include | |
parent | 4656abc886843e162f5c2538baffe57135281480 (diff) | |
download | u-boot-imx-cfb0209bfd87b6076f6f8708c49796bf1a472f9b.zip u-boot-imx-cfb0209bfd87b6076f6f8708c49796bf1a472f9b.tar.gz u-boot-imx-cfb0209bfd87b6076f6f8708c49796bf1a472f9b.tar.bz2 |
ENGR00122980: Change default env dev to mmc for bbg
As customer usually mmc to save env data.
Change default env device to mmc for bbg.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx51_bbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index 117e506..252b1d8 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -240,8 +240,8 @@ #define CONFIG_SYS_NO_FLASH /* Monitor at beginning of flash */ -#define CONFIG_FSL_ENV_IN_SF -/* #define CONFIG_FSL_ENV_IN_MMC */ +/* #define CONFIG_FSL_ENV_IN_SF */ +#define CONFIG_FSL_ENV_IN_MMC #define CONFIG_ENV_SECT_SIZE (128 * 1024) #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE |