On 09/04/18 01:27, Tero Kristo wrote: > Add the symbols to TI build DT files, for supporting overlays. Right now, > there are no overlay files introduced, those shall be added later on. > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > --- > arch/arm64/boot/dts/ti/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > index 63e619d..753de8c 100644 > --- a/arch/arm64/boot/dts/ti/Makefile > +++ b/arch/arm64/boot/dts/ti/Makefile > @@ -6,4 +6,6 @@ > # Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ > # > > +DTC_FLAGS += -@ > + > dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb > same comment as for patch 1/2