summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@freescale.com>2012-11-20 15:12:55 -0600
committerJason Liu <r64343@freescale.com>2012-11-29 13:11:39 +0800
commit98a466f31877a867932a42f4577ebc5aa73e7e51 (patch)
treebe53cf5b5c6c01514fd79d9d2eafb6658314dade /include
parentfef14be45dc8866cdc77803246e36f53b82d4281 (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')
-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)