From: Otavio Salvador Date: Mon, 30 Sep 2013 19:17:51 +0000 (-0300) Subject: mx28evk: Use 512k for fdt partition to align it X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=319cafce74aa327f3fe486fe809cd9815dc6c23c;p=bsp%2Fu-boot.git mx28evk: Use 512k for fdt partition to align it 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 --- diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 07f88ca4c7..27b1a4162d 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -97,7 +97,7 @@ "512k(environment)," \ "512k(redundant-environment)," \ "4m(kernel)," \ - "128k(fdt)," \ + "512k(fdt)," \ "8m(ramdisk)," \ "-(filesystem)" #endif