From mboxrd@z Thu Jan 1 00:00:00 1970 From: martin.blumenstingl@googlemail.com (Martin Blumenstingl) Date: Sun, 20 May 2018 19:23:51 +0200 Subject: [PATCH 0/2] get rid of Kconfig symbol MACH_MESON8B Message-ID: <20180520172353.19256-1-martin.blumenstingl@googlemail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org as noted by Kevin [0] there are two Kconfig symbols which only differ in their Kconfig help text and the list of .dtbs that are being built. the goal of this small series is to get rid of the unnecessary MACH_MESON8B Kconfig symbol by merging it into MACH_MESON8. [0] http://lists.infradead.org/pipermail/linux-amlogic/2018-May/007342.html Martin Blumenstingl (2): ARM: dts: meson: build the Meson8b .dtbs with MACH_MESON8 ARM: meson: merge Kconfig symbol MACH_MESON8B into MACH_MESON8 arch/arm/boot/dts/Makefile | 5 ++--- arch/arm/mach-meson/Kconfig | 9 +-------- 2 files changed, 3 insertions(+), 11 deletions(-) -- 2.17.0