From fc6c25a18a0b64123e5d589aec13f2e0e6549df4 Mon Sep 17 00:00:00 2001 From: Oliver Brown Date: Tue, 20 Nov 2012 15:12:55 -0600 Subject: 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 --- include/configs/mx53_smd_android.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') 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) -- cgit v1.1