mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ARM: dts: rockchip: rv1109-38-v10-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: Nickey Yang <nickey.yang@rock-chips.com> Change-Id: Ic44411fd5251871f768d7192e792190769a92633
This commit is contained in:
parent
0a05fb7bcf
commit
c828effdff
|
|
@ -12,7 +12,7 @@ / {
|
|||
compatible = "rockchip,rv1109-38-v10-spi-nand", "rockchip,rv1109";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
/delete-node/ vdd-npu;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user