aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2020-07-13 23:47:40 +0530
committerSekhar Nori <nsekhar@ti.com>2020-07-16 12:58:03 +0530
commite2e71b56c7f86d35d07c5339be247a997c217f15 (patch)
treee4b30de29f43b6f9256a65c4ab87afcd02904160
parent726bef89d08b66b38d6bdfbbd8cb2dd54be0e1c5 (diff)
downloadlinux-dt-e2e71b56c7f86d35d07c5339be247a997c217f15.tar.gz
Makefile: fix AM437x eMMC overlay generation
eMMC overlay for AM437x GP EVM exists, but does not really work since base dtb is not built with symbols. Fix it. Reported-by: Yan Liu <yan-liu@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc7ec5d..875ca82 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ dtbo_tmp := $(addprefix $(O)/,$(dtbo_tmp))
# These are taken from $LINUX.
dtb_src_arm = \
+ am437x-gp-evm.dts \
am57xx-beagle-x15.dts \
am57xx-beagle-x15-revb1.dts \
am57xx-beagle-x15-revc.dts \