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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user