summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@freescale.com>2012-11-20 15:12:55 -0600
committerOliver Brown <oliver.brown@freescale.com>2012-11-27 13:37:30 -0600
commitfc6c25a18a0b64123e5d589aec13f2e0e6549df4 (patch)
treebe53cf5b5c6c01514fd79d9d2eafb6658314dade /include/configs
parentd6eb8ba4d10bcb6cbe65e1afe90c682ec9ba256f (diff)
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')
-rw-r--r--include/configs/mx53_smd_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index 30143678a2..704619ef2e 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)