Message ID | 20200908162252.17672-2-lokeshvutla@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: Initial support for Texas Instrument's J7200 Platform | expand |
On 9/8/20 11:22 AM, Lokesh Vutla wrote: > To allow lesser dependency and better maintainability use CONFIG_ARCH_K3 > for building dtbs for all K3 based devices. This is as per the > discussion in [0]. > > [0] https://lore.kernel.org/linux-arm-kernel/20200908112534.t5bgrjf7y3a6l2ss@akan/ > > Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> > --- > arch/arm64/boot/dts/ti/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > index 05c0bebf65d4..e7bfb16fa816 100644 > --- a/arch/arm64/boot/dts/ti/Makefile > +++ b/arch/arm64/boot/dts/ti/Makefile > @@ -6,6 +6,6 @@ > # Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ Please update the Copyright to use 2020, like 2016-2020. Minor comment, so can be fixed up while applying. regards Suman > # > > -dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb > +dtb-$(CONFIG_ARCH_K3) += k3-am654-base-board.dtb > > -dtb-$(CONFIG_ARCH_K3_J721E_SOC) += k3-j721e-common-proc-board.dtb > +dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb >
On 11:48-20200908, Suman Anna wrote: > On 9/8/20 11:22 AM, Lokesh Vutla wrote: > > To allow lesser dependency and better maintainability use CONFIG_ARCH_K3 > > for building dtbs for all K3 based devices. This is as per the > > discussion in [0]. > > > > [0] https://lore.kernel.org/linux-arm-kernel/20200908112534.t5bgrjf7y3a6l2ss@akan/ > > > > Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> > > --- > > arch/arm64/boot/dts/ti/Makefile | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > > index 05c0bebf65d4..e7bfb16fa816 100644 > > --- a/arch/arm64/boot/dts/ti/Makefile > > +++ b/arch/arm64/boot/dts/ti/Makefile > > @@ -6,6 +6,6 @@ > > # Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ > > Please update the Copyright to use 2020, like 2016-2020. Minor comment, so can > be fixed up while applying. ok, I will fix it up locally when applying.
diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index 05c0bebf65d4..e7bfb16fa816 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -6,6 +6,6 @@ # Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ # -dtb-$(CONFIG_ARCH_K3_AM6_SOC) += k3-am654-base-board.dtb +dtb-$(CONFIG_ARCH_K3) += k3-am654-base-board.dtb -dtb-$(CONFIG_ARCH_K3_J721E_SOC) += k3-j721e-common-proc-board.dtb +dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
To allow lesser dependency and better maintainability use CONFIG_ARCH_K3 for building dtbs for all K3 based devices. This is as per the discussion in [0]. [0] https://lore.kernel.org/linux-arm-kernel/20200908112534.t5bgrjf7y3a6l2ss@akan/ Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> --- arch/arm64/boot/dts/ti/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)