Dockstar: Adjust rootfs size to that of the original fw
SVN-Revision: 22839
This commit is contained in:
parent
dc116b1887
commit
85d4291984
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
|
|
||||||
#define CONFIG_MTDPARTS "orion_nand:1M(u-boot)," \
|
#define CONFIG_MTDPARTS "orion_nand:1M(u-boot)," \
|
||||||
"1M@1M(second_stage_u-boot)," \
|
"1M@1M(second_stage_u-boot)," \
|
||||||
"3M@2M(kernel),64M@5M(rootfs),187M@69M(data) rw\0"
|
"3M@2M(kernel),32M@5M(rootfs),219M@37M(data) rw\0"
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
|
#define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
|
||||||
"=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \
|
"=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \
|
||||||
|
|
Loading…
Reference in a new issue