Skip to content

Commit

Permalink
Makefile: updated device tree compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Iztok Jeras authored and jeras committed Feb 4, 2017
1 parent fff921a commit d053d4b
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 41 deletions.
6 changes: 3 additions & 3 deletions Makefile.x86
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ $(DTREE_DIR): $(DTREE_TAR)
$(DEVICETREE): $(DTREE_DIR) $(INSTALL_DIR)/fpga $(TMP)
cp -r $(INSTALL_DIR)/fpga/$(FPGA_PRJ)/dts $(TMP)
cat $(TMP)/dts/fpga.dts >> $(TMP)/dts/system.dts
tools/dtc/bin/dtc -I dts -O dtb -o $(DEVICETREE) -i $(TMP)/dts -i fpga/dts $(TMP)/dts/system.dts
tools/dtc/bin/dtc -I dts -O dtb -o $(TMP)/dts/amba_pl.dtbo -b 0 -@ patches/devicetree/amba_pl.dts
tools/dtc/dtc -I dts -O dtb -o $(DEVICETREE) -i $(TMP)/dts -i fpga/dts $(TMP)/dts/system.dts
tools/dtc/dtc -I dts -O dtb -o $(TMP)/dts/amba_pl.dtbo -b 0 -@ patches/devicetree/amba_pl.dts
# create device tree source from binary for reference
tools/dtc/bin/dtc -I dtb -O dts --sort -o $(TMP)/dts/dtraw.dts $(DEVICETREE)
tools/dtc/dtc -I dtb -O dts --sort -o $(TMP)/dts/dtraw.dts $(DEVICETREE)

devicetree-install: $(DEVICETREE) $(INSTALL_DIR)
cp $(DEVICETREE) $(INSTALL_DIR)
Expand Down
Binary file removed tools/dtc/bin/convert-dtsv0
Binary file not shown.
Binary file removed tools/dtc/bin/dtc
Binary file not shown.
38 changes: 0 additions & 38 deletions tools/dtc/bin/dtdiff

This file was deleted.

Binary file removed tools/dtc/bin/fdtdump
Binary file not shown.
Binary file removed tools/dtc/bin/fdtget
Binary file not shown.
Binary file removed tools/dtc/bin/fdtput
Binary file not shown.
Binary file added tools/dtc/dtc
Binary file not shown.

0 comments on commit d053d4b

Please sign in to comment.