Skip to content

Commit

Permalink
soc_linux: re-enable irqs in .dts.
Browse files Browse the repository at this point in the history
Ethernet now working with IRQs with enjoy-digital/litex@7abfbd9.
  • Loading branch information
enjoy-digital committed Jan 27, 2021
1 parent e884a2d commit 1e05fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def generate_dts(self, board_name):
dts = os.path.join("build", board_name, "{}.dts".format(board_name))

with open(json_src) as json_file, open(dts, "w") as dts_file:
dts_content = generate_dts(json.load(json_file), polling=True)
dts_content = generate_dts(json.load(json_file), polling=False)
dts_file.write(dts_content)

# DTS compilation --------------------------------------------------------------------------
Expand Down

0 comments on commit 1e05fad

Please sign in to comment.