
Make a start on using the SoC-specific Kconfig option for Microchip AT91 SoCs
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/arm/dts/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index e9e58c5478d..d8af3c26b27 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1196,12 +1196,14 @@ dtb-$(CONFIG_TARGET_AT91SAM9263EK) += at91sam9263ek.dtb
dtb-$(CONFIG_TARGET_AT91SAM9RLEK) += at91sam9rlek.dtb
-dtb-$(CONFIG_TARGET_AT91SAM9260EK) += \ - at91sam9260ek.dtb \ - at91sam9g20ek.dtb \ +dtb-$(CONFIG_AT91SAM9260) += \ + at91sam9260ek.dtb + +dtb-$(CONFIG_AT91SAM9G20) += \ + at91sam9g20ek.dtb \ at91sam9g20ek_2mmc.dtb
-dtb-$(CONFIG_TARGET_AT91SAM9M10G45EK) += at91sam9m10g45ek.dtb +dtb-$(CONFIG_AT91SAM9M10G45) += at91sam9m10g45ek.dtb
dtb-$(CONFIG_TARGET_PM9G45) += at91sam9m10g45ek.dtb