diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-05-03 21:24:57 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-11 09:22:24 -0400 |
commit | 54a54a63139e6986da579ef5be984eb3e67cffb1 (patch) | |
tree | e43e3935640bc4859819254e1494e313003c4cac /include/configs/octeontx_common.h | |
parent | cff29636933a2ed79f01422d82b73dc6fb05f7fd (diff) | |
download | u-boot-54a54a63139e6986da579ef5be984eb3e67cffb1.tar.gz |
Convert CONFIG_MTD_CONCAT to Kconfig
This converts the following to Kconfig:
CONFIG_MTD_CONCAT
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/octeontx_common.h')
-rw-r--r-- | include/configs/octeontx_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index bcf8b41cfb..81dbff2d67 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 |