Re: [U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC

2013-04-10 Thread Tom Rini
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 Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH] omap5_uevm: Correct to 2MiB aligned partitions on eMMC

2013-04-10 Thread Tom Rini
This has a 2MiB erase block size eMMC, so make sure we align on that for best possible performance. Signed-off-by: Tom Rini --- 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