diff options
| author | Chris Packham <[email protected]> | 2022-05-03 21:24:57 +1200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-11 09:22:24 -0400 |
| commit | 54a54a63139e6986da579ef5be984eb3e67cffb1 (patch) | |
| tree | e43e3935640bc4859819254e1494e313003c4cac /include | |
| parent | cff29636933a2ed79f01422d82b73dc6fb05f7fd (diff) | |
Convert CONFIG_MTD_CONCAT to Kconfig
This converts the following to Kconfig:
CONFIG_MTD_CONCAT
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/etamin.h | 1 | ||||
| -rw-r--r-- | include/configs/octeontx_common.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 |
