ARM: dts: rv1106-evb: Fix root partition

Because partition 'envparam' has been removed, so, fix it.
OTOH, uboot will also override this if 'sys_bootargs' specified
in env partition.

e.g. env_emmc

blkdevparts=mmcblk0:32K(env),512K@32K(idblock),4M(uboot),32M(boot),2G(rootfs),1G(oem),2G(userdata),-(media)
sys_bootargs=root=/dev/mmcblk0p5 rootfstype=ext4

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I7917dee2e642cc18c926e99eae623083453c4693
This commit is contained in:
Sugar Zhang
2022-03-18 11:30:39 +08:00
committed by Tao Huang
parent 8dca81808b
commit 6745dcaff6
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
/ {
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 root=/dev/mmcblk0p6 rootfstype=ext4 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16";
bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 root=/dev/mmcblk0p5 rootfstype=ext4 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16";
};
};

View File

@@ -7,7 +7,7 @@
/ {
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 root=/dev/mmcblk0p6 rootfstype=ext4 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16";
bootargs = "earlycon=uart8250,mmio32,0xff4c0000 console=ttyFIQ0 root=/dev/mmcblk0p5 rootfstype=ext4 rootwait snd_soc_core.prealloc_buffer_size_kbytes=16";
};
dsm_sound: dsm-sound {