
Move the 64-bit vexpress rules over to use SoC-specific Kconfig options.
The other one does not appear to have an SoC or ARCH Kconfig.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/arm/dts/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 8c704169b7e..ef8f2caf38f 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1432,12 +1432,13 @@ dtb-$(CONFIG_TARGET_GE_BX50V3) += \ dtb-$(CONFIG_TARGET_GE_B1X5V2) += imx6dl-b1x5v2.dtb dtb-$(CONFIG_TARGET_MX53PPD) += imx53-ppd.dtb
-# TODO(Linus Walleij linus.walleij@linaro.org): Should us a single vexpress -# Kconfig option to build all of these. See examples above. +# TODO(Linus Walleij linus.walleij@linaro.org): Should use an SoC-specific +# Kconfig option to build this. See examples above. dtb-$(CONFIG_TARGET_VEXPRESS_CA9X4) += vexpress-v2p-ca9.dtb -dtb-$(CONFIG_TARGET_VEXPRESS64_BASE_FVP) += fvp-base-revc.dtb -dtb-$(CONFIG_TARGET_VEXPRESS64_BASER_FVP) += arm_fvp.dtb -dtb-$(CONFIG_TARGET_VEXPRESS64_JUNO) += juno-r2.dtb +dtb-$(CONFIG_ARCH_VEXPRESS64) += \ + arm_fvp.dtb \ + fvp-base-revc.dtb \ + juno-r2.dtb
dtb-$(CONFIG_TARGET_TOTAL_COMPUTE) += total_compute.dtb