Kernel parameter passed from qemu commandline ignored
Commit ec5c9e8b
(Use root.fs on qemu as well) would set the bootargs/bootpath
to null string even in case when the /chosen node exist, the /chosen and boot
property were populated during fdt parsing so do not change in case its already
set.
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
This commit is contained in:
parent
b30e4a4f8a
commit
887e3b2089
|
@ -47,12 +47,12 @@ THEN
|
||||||
drop
|
drop
|
||||||
new-device
|
new-device
|
||||||
s" chosen" device-name
|
s" chosen" device-name
|
||||||
ELSE
|
|
||||||
extend-device
|
|
||||||
THEN
|
|
||||||
s" " encode-string s" bootargs" property
|
s" " encode-string s" bootargs" property
|
||||||
s" " encode-string s" bootpath" property
|
s" " encode-string s" bootpath" property
|
||||||
finish-device
|
finish-device
|
||||||
|
ELSE
|
||||||
|
drop
|
||||||
|
THEN
|
||||||
|
|
||||||
\ Create /aliases
|
\ Create /aliases
|
||||||
new-device
|
new-device
|
||||||
|
|
Loading…
Reference in New Issue