summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Nelson <robertcnelson@gmail.com>2020-03-12 13:02:37 -0500
committerRobert Nelson <robertcnelson@gmail.com>2020-03-12 13:02:37 -0500
commitf6cdb3f7bb269d0644f8f1cc2822011cd38edecf (patch)
tree086950bb7a3b03df158564b8f38e53aab343a4bd /Makefile
parent2c4701a56a7fe84de9fcaa4b965b973bf2767814 (diff)
BB-SPI0: convert to AM33XX_PADCONF offsets
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b84d78c..3ec7ba1 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,16 @@ ifeq "$(DTCVERSION)" "1.5.0"
DTC_FLAGS += -Wno-avoid_unnecessary_addr_size
endif
+ifeq "$(DTCVERSION)" "1.6.0"
+ #http://snapshot.debian.org/package/device-tree-compiler/1.5.0-1/#device-tree-compiler_1.5.0-1
+ #http://snapshot.debian.org/archive/debian/20190313T032949Z/pool/main/d/device-tree-compiler/device-tree-compiler_1.5.0-1_amd64.deb
+ #Debian: 1.4.6
+ DTC_FLAGS += -Wno-chosen_node_is_root
+ DTC_FLAGS += -Wno-alias_paths
+ DTC_FLAGS += -Wno-avoid_unnecessary_addr_size
+ DTC_FLAGS += -Wno-chosen_node_is_root
+endif
+
ifeq "$(DTCVERSION)" "2.0.0"
#BUILDBOT...http://gfnd.rcn-ee.org:8080/job/beagleboard_overlays/job/master/
DTC_FLAGS += -Wno-chosen_node_is_root