summaryrefslogtreecommitdiffstats
path: root/include/configs/omap5_uevm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-04-10 15:10:10 -0400
committerTom Rini <trini@ti.com>2013-04-10 15:10:10 -0400
commita519602d9599a3afe53ec3f7687aba5fe3dd3af1 (patch)
treeb1fa86062cd3bb795b97a8e432ffdf4404fa3e25 /include/configs/omap5_uevm.h
parenta1c8fb91325d1e0a928bd71f4ac7522712f7de82 (diff)
downloadblackbird-obmc-uboot-a519602d9599a3afe53ec3f7687aba5fe3dd3af1.tar.gz
blackbird-obmc-uboot-a519602d9599a3afe53ec3f7687aba5fe3dd3af1.zip
omap5_uevm: Correct to 2MiB aligned partitions on eMMC
This has a 2MiB erase block size eMMC, so make sure we align on that for best possible performance. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/omap5_uevm.h')
-rw-r--r--include/configs/omap5_uevm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h
index e490523d6e..240fdfcb47 100644
--- a/include/configs/omap5_uevm.h
+++ b/include/configs/omap5_uevm.h
@@ -31,8 +31,7 @@
/* Define the default GPT table for eMMC */
#define PARTS_DEFAULT \
"uuid_disk=${uuid_gpt_disk};" \
- "name=u-boot,size=1792KiB,uuid=${uuid_gpt_u-boot};" \
- "name=rootfs,size=-,uuid=${uuid_gpt_rootfs}"
+ "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
#include <configs/omap5_common.h>
OpenPOWER on IntegriCloud