]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
mx28evk: Use 512k for fdt partition to align it
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 30 Sep 2013 19:17:51 +0000 (16:17 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 18 Oct 2013 00:23:49 +0000 (21:23 -0300)
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>
include/configs/mx28evk.h

index 07f88ca4c7df17ec58845c1ed6c7885bc07f43d8..27b1a4162db26e034e6832cab9670cfda74ef503 100644 (file)
@@ -97,7 +97,7 @@
                "512k(environment),"            \
                "512k(redundant-environment),"  \
                "4m(kernel),"                   \
-               "128k(fdt),"                    \
+               "512k(fdt),"                    \
                "8m(ramdisk),"                  \
                "-(filesystem)"
 #endif