mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3568-linux: add some bootargs
add "root=" and rootwait boot option Change-Id: I96d5a18b5d13a9ae2e5136c6b43b572369b7f531 Signed-off-by: Hans Yang <yhx@rock-chips.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
/ {
|
||||
chosen: chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait";
|
||||
};
|
||||
|
||||
fiq-debugger {
|
||||
|
||||
Reference in New Issue
Block a user