projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7773fd1
)
mx28evk: Use 512k for fdt partition to align it
author
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 16 Dec 2013 22:44:01 +0000
(20:44 -0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 3 Jan 2014 14:44:05 +0000
(15:44 +0100)
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>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/mx28evk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx28evk.h
b/include/configs/mx28evk.h
index 22fdb3a5a4b363d983519e7b2d4170bd408bc3ef..3de059941a1c04461dce7d393f9802865f8e028d 100644
(file)
--- a/
include/configs/mx28evk.h
+++ b/
include/configs/mx28evk.h
@@
-96,7
+96,7
@@
"512k(environment)," \
"512k(redundant-environment)," \
"4m(kernel)," \
- "
128
k(fdt)," \
+ "
512
k(fdt)," \
"8m(ramdisk)," \
"-(filesystem)"
#endif