From 54a54a63139e6986da579ef5be984eb3e67cffb1 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 3 May 2022 21:24:57 +1200 Subject: Convert CONFIG_MTD_CONCAT to Kconfig This converts the following to Kconfig: CONFIG_MTD_CONCAT Signed-off-by: Chris Packham Reviewed-by: Tom Rini Reviewed-by: Stefan Roese --- include/configs/etamin.h | 1 - include/configs/octeontx_common.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/etamin.h b/include/configs/etamin.h index dc83ab71908..9cf93924df9 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -151,7 +151,6 @@ #define ETAMIN_NAND_GPMC_CONFIG4 0x16051807 #define ETAMIN_NAND_GPMC_CONFIG5 0x00151e1e #define ETAMIN_NAND_GPMC_CONFIG6 0x16000f80 -#define CONFIG_MTD_CONCAT /* Default env settings */ #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index bcf8b41cfb6..81dbff2d672 100644 --- a/include/configs/octeontx_common.h +++ b/include/configs/octeontx_common.h @@ -64,7 +64,6 @@ /** EMMC specific defines */ #if defined(CONFIG_NAND_OCTEONTX) -/*#define CONFIG_MTD_CONCAT */ #define CONFIG_SYS_MAX_NAND_DEVICE 8 #endif -- cgit v1.3.1