mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ARM: dts: rockchip: rv1126-ai-cam-ddr3-v1-spi-nand: modify rootfs to mtd:2
The UBIFS file system does not need misc partition, So modify the mtd of rootfs to 2. Change-Id: I7f74cace5963dc0b5aafc6da6ab16a1a520b0257 Signed-off-by: Mark Huang <huangjc@rock-chips.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
compatible = "rockchip,rv1126-ai-cam-ddr3-v1-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