diff options
author | Oliver Brown <oliver.brown@freescale.com> | 2012-11-20 15:12:55 -0600 |
---|---|---|
committer | Oliver Brown <oliver.brown@freescale.com> | 2012-11-27 13:37:30 -0600 |
commit | fc6c25a18a0b64123e5d589aec13f2e0e6549df4 (patch) | |
tree | be53cf5b5c6c01514fd79d9d2eafb6658314dade /include | |
parent | d6eb8ba4d10bcb6cbe65e1afe90c682ec9ba256f (diff) | |
download | u-boot-imx-fc6c25a18a0b64123e5d589aec13f2e0e6549df4.zip u-boot-imx-fc6c25a18a0b64123e5d589aec13f2e0e6549df4.tar.gz u-boot-imx-fc6c25a18a0b64123e5d589aec13f2e0e6549df4.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')
-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) |