diff options
author | John Crispin <john@phrozen.org> | 2017-05-03 10:31:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-03 10:31:55 +0200 |
commit | 1ff71ccd5e30e34045df53b553b080d7609226a0 (patch) | |
tree | 0ac75b7c4628cf2757b6573cf0ba550d92286f0c /target/linux/mediatek/files | |
parent | b65c619d024ea7609e17e7113415603364ddf385 (diff) | |
download | upstream-1ff71ccd5e30e34045df53b553b080d7609226a0.tar.gz upstream-1ff71ccd5e30e34045df53b553b080d7609226a0.tar.bz2 upstream-1ff71ccd5e30e34045df53b553b080d7609226a0.zip |
mediatek: fix sysupgrade on eMMC boards
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/files')
-rw-r--r-- | target/linux/mediatek/files/arch/arm/boot/dts/mt7623-eMMC.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/files/arch/arm/boot/dts/mt7623-eMMC.dts b/target/linux/mediatek/files/arch/arm/boot/dts/mt7623-eMMC.dts index fe1a42d282..be7bced254 100644 --- a/target/linux/mediatek/files/arch/arm/boot/dts/mt7623-eMMC.dts +++ b/target/linux/mediatek/files/arch/arm/boot/dts/mt7623-eMMC.dts @@ -23,6 +23,7 @@ chosen { stdout-path = &uart2; + bootargs = "earlyprintk block2mtd.block2mtd=/dev/mmcblk0,65536,eMMC,5 mtdparts=eMMC:256k(mbr)ro,512k(uboot)ro,256k(config)ro,256k(factory)ro,32M(kernel),32M(recovery),1024M(rootfs),2048M(usrdata),-(bmtpool) rootfstype=squashfs,jffs2"; }; memory { |