From e0a4c2d2a7e6806668ad4818cd25e3a0c0071774 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Thu, 3 Oct 2019 19:50:16 +0200 Subject: configs: move CONFIG_MTD in defconfigs when set in arch includes Let's be consistent and always declare CONFIG_MTD from the defconfig file when needed. Signed-off-by: Miquel Raynal Reviewed-by: Boris Brezillon --- include/configs/mvebu_armada-37xx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mvebu_armada-37xx.h') diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h index 8b54beee0e..024a971708 100644 --- a/include/configs/mvebu_armada-37xx.h +++ b/include/configs/mvebu_armada-37xx.h @@ -56,7 +56,6 @@ * SPI Flash configuration */ -#define CONFIG_MTD /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ /* Environment in SPI NOR flash */ -- cgit