Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444106

[PATCH 7/7] ARM: dts: at91: Don't build unnecessary dtbs

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 7/7] ARM: dts: at91: Don't build unnecessary dtbs
Date 2016-07-15 11:30 +0200
Message-ID <rV7Bv-58N-3@gated-at.bofh.it> (permalink)
References <rV7Bv-58N-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Arnd Bergmann <arnd@arndb.de>

Building both ARMv4 and ARMv5 dtbs when SOC_SAM_V4_V5 is an issue for
kernelci because it will then attempt to boot ARMv4 kernels on at91sam9
which doesn't work.

Use CONFIG_SOC_AT91RM9200 and CONFIG_SOC_AT91SAM9 instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index fbd7de633788..e900dad597c6 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -7,9 +7,10 @@ dtb-$(CONFIG_MACH_ARTPEC6) += \
 dtb-$(CONFIG_MACH_ASM9260) += \
 	alphascale-asm9260-devkit.dtb
 # Keep at91 dtb files sorted alphabetically for each SoC
-dtb-$(CONFIG_SOC_SAM_V4_V5) += \
+dtb-$(CONFIG_SOC_AT91RM9200) += \
 	at91rm9200ek.dtb \
-	mpa1600.dtb \
+	mpa1600.dtb
+dtb-$(CONFIG_SOC_AT91SAM9) += \
 	animeo_ip.dtb \
 	at91-qil_a9260.dtb \
 	aks-cdu.dtb \
-- 
2.8.1

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/7] ARM: dts: at91: ariag25 : fix onewire node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 7/7] ARM: dts: at91: Don't build unnecessary dtbs Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 3/7] ARM: dts: at91: fix i2c-gpio node name Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 6/7] ARM: dts: at91: sama5d3x: separate motherboard gmac and emac definitions Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 5/7] ARM: dts: at91: at91sam9g25ek: fix isi endpoint node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 2/7] ARM: dts: at91: vinco: fix regulator name Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200
  [PATCH 4/7] ARM: dts: at91: move isi definition to at91sam9g25ek Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-15 11:30 +0200

csiph-web