Skip to content
Snippets Groups Projects
Commit 4d64050b authored by Otavio Salvador's avatar Otavio Salvador Committed by Stefano Babic
Browse files

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: default avatarOtavio Salvador <otavio@ossystems.com.br>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 7773fd19
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"512k(environment)," \ "512k(environment)," \
"512k(redundant-environment)," \ "512k(redundant-environment)," \
"4m(kernel)," \ "4m(kernel)," \
"128k(fdt)," \ "512k(fdt)," \
"8m(ramdisk)," \ "8m(ramdisk)," \
"-(filesystem)" "-(filesystem)"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment