diff options
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 |