public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC
@ 2013-04-10 19:44 Tom Rini
  2013-04-10 20:09 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2013-04-10 19:44 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/omap5_uevm.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h
index e490523..240fdfc 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>
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC
  2013-04-10 19:44 [U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC Tom Rini
@ 2013-04-10 20:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-04-10 20:09 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 10, 2013 at 03:44:41PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130410/38ca3dc5/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-10 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 19:44 [U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC Tom Rini
2013-04-10 20:09 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox