ARM: dts: rockchip: rv1126-evb-ddr3-v12-spi-nand: modify rootfs to mtd:2

The UBIFS file system does not need misc partition,
So modify the mtd of rootfs to 2.

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Ibc0dc84357daf6e917f1989205af5674f4ddeb25
This commit is contained in:
Weiwen Chen
2020-08-27 08:54:03 +08:00
parent 9d4fa15b74
commit 1b969b78ea

View File

@@ -11,7 +11,7 @@
compatible = "rockchip,rv1126-evb-ddr3-v12-spi-nand", "rockchip,rv1126";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs snd_aloop.index=7";
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs snd_aloop.index=7";
};
};