diff options
author | Oliver Brown <oliver.brown@freescale.com> | 2012-11-20 15:12:55 -0600 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-11-29 13:11:39 +0800 |
commit | 98a466f31877a867932a42f4577ebc5aa73e7e51 (patch) | |
tree | be53cf5b5c6c01514fd79d9d2eafb6658314dade /include/configs/mx53_smd_android.h | |
parent | fef14be45dc8866cdc77803246e36f53b82d4281 (diff) | |
download | u-boot-imx-98a466f31877a867932a42f4577ebc5aa73e7e51.zip u-boot-imx-98a466f31877a867932a42f4577ebc5aa73e7e51.tar.gz u-boot-imx-98a466f31877a867932a42f4577ebc5aa73e7e51.tar.bz2 |
ENGR00233168 - U-Boot fails to boot from eMMC
Aligning the flash header to remove the boot plugin as in previous release.
Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r-- | include/configs/mx53_smd_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index 3014367..704619e 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -330,7 +330,7 @@ /* Monitor at beginning of flash */ #define CONFIG_FSL_ENV_IN_MMC -#define CONFIG_ENV_SECT_SIZE (8 * 1024) +#define CONFIG_ENV_SECT_SIZE (128 * 1024) #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #if defined(CONFIG_FSL_ENV_IN_NAND) |