Skip to content

Commit

Permalink
scripts: pluto.its: Change device tree to RevC
Browse files Browse the repository at this point in the history
The option for fdt@3 was still configured to RevB. This has been changed to
point to the correct RevC device tree.

Signed-off-by: Mircea Caprioru <[email protected]>
  • Loading branch information
Mircea Caprioru committed Jan 10, 2020
1 parent 6f25263 commit 5036bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pluto.its
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

fdt@3 {
description = "zynq-pluto-sdr-revc";
data = /incbin/("../build/zynq-pluto-sdr-revb.dtb");
data = /incbin/("../build/zynq-pluto-sdr-revc.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
Expand Down

0 comments on commit 5036bda

Please sign in to comment.