projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ae952
)
ARM: sheevaplug: redefine MTDPARTS
author
DrEagle
<dreagle@doukki.net>
Sun, 7 Sep 2014 16:01:23 +0000
(18:01 +0200)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Wed, 1 Oct 2014 11:05:02 +0000
(07:05 -0400)
This patch redefine MTDPARTS
Signed-off-by: Gerald Kerma <drEagle@doukki.net>
Changes in v1:
- redefine MTDPARTS
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
include/configs/sheevaplug.h
patch
|
blob
|
history
diff --git
a/include/configs/sheevaplug.h
b/include/configs/sheevaplug.h
index
0a3118d
..
62f46b7
100644
(file)
--- a/
include/configs/sheevaplug.h
+++ b/
include/configs/sheevaplug.h
@@
-74,8
+74,10
@@
"setenv bootargs ${x_bootargs} ${x_bootargs_root}; " \
"${x_bootcmd_usb}; bootm 0x6400000;"
-#define CONFIG_MTDPARTS "orion_nand:512k(uboot)," \
- "3m@1m(kernel),1m@4m(psm),13m@5m(rootfs) rw\0"
+#define CONFIG_MTDPARTS \
+ "mtdparts=orion_nand:512K(uboot)," \
+ "512K(env),1M(script),6M(kernel)," \
+ "12M(ramdisk),4M(spare),-(rootfs)"
#define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
"=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \