diff mbox

[U-Boot,v3,4/8] mx28evk: Use 512k for fdt partition to align it

Message ID 1387233845-4372-5-git-send-email-otavio@ossystems.com.br
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Otavio Salvador Dec. 16, 2013, 10:44 p.m. UTC
Using 512k for fdt partition allow it to be aligned with the other
small partitions and 512k erase block size.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
Changes in v3: None
Changes in v2: None

 include/configs/mx28evk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Dec. 19, 2013, 10:41 a.m. UTC | #1
On 16/12/2013 23:44, Otavio Salvador wrote:
> Using 512k for fdt partition allow it to be aligned with the other
> small partitions and 512k erase block size.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> Changes in v3: None
> Changes in v2: None
> 
>  include/configs/mx28evk.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
> index 22fdb3a..3de0599 100644
> --- a/include/configs/mx28evk.h
> +++ b/include/configs/mx28evk.h
> @@ -96,7 +96,7 @@
>  		"512k(environment),"		\
>  		"512k(redundant-environment),"	\
>  		"4m(kernel),"			\
> -		"128k(fdt),"			\
> +		"512k(fdt),"			\
>  		"8m(ramdisk),"			\
>  		"-(filesystem)"
>  #endif
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Stefano Babic Jan. 3, 2014, 2:33 p.m. UTC | #2
On 16/12/2013 23:44, Otavio Salvador wrote:
> Using 512k for fdt partition allow it to be aligned with the other
> small partitions and 512k erase block size.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 22fdb3a..3de0599 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -96,7 +96,7 @@ 
 		"512k(environment),"		\
 		"512k(redundant-environment),"	\
 		"4m(kernel),"			\
-		"128k(fdt),"			\
+		"512k(fdt),"			\
 		"8m(ramdisk),"			\
 		"-(filesystem)"
 #endif