Skip to content

Commit

Permalink
tools/litex_json2dts_linux: Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 30, 2024
1 parent b31114b commit 329bd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/tools/litex_json2dts_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic
cpu_mmu = d["constants"].get("config_cpu_mmu", None)

# Header ---------------------------------------------------------------------------------------
platform = d["constants"]["platform"]
platform = d["constants"]["config_platform_name"]
dts = """
/dts-v1/;
Expand Down

0 comments on commit 329bd36

Please sign in to comment.