mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_json2dts_linux: Fix typo.
This commit is contained in:
parent
84f1afd6d4
commit
027f7aa645
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic
|
|||
|
||||
dts += """
|
||||
chosen {{
|
||||
bootargs = "{console} {rootfs};""".format(
|
||||
bootargs = "{console} {rootfs}";""".format(
|
||||
console = "console=liteuart earlycon=liteuart,0x{:x}".format(d["csr_bases"]["uart"]),
|
||||
rootfs = "rootwait root=/dev/{}".format(root_device))
|
||||
|
||||
|
|
Loading…
Reference in a new issue