remove MTD_CMDLINE_PARTS from per-device config

it's enabled in modules/ramdisk, which is required by
flashimage and tftpboot
This commit is contained in:
Daniel Barlow
2023-09-29 21:00:25 +01:00
parent f9f934b40c
commit 1ec7fcc197
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -201,7 +201,6 @@
SYSFS = "y";
SPI = "y";
MTD = "y";
MTD_CMDLINE_PARTS = "y";
MTD_BLOCK = "y"; # fix undefined ref to register_mtd_blktrans_devs
WATCHDOG = "y";
-1
View File
@@ -177,7 +177,6 @@
SPI_MEM= "y";
MTD = "y";
MTD_CMDLINE_PARTS = "y";
MTD_BLOCK = "y"; # fix undefined ref to register_mtd_blktrans_devs
CMDLINE_PARTITION = "y";
-1
View File
@@ -133,7 +133,6 @@
CONSOLE_LOGLEVEL_QUIET = "4";
MTD = "y";
MTD_CMDLINE_PARTS = "y";
MTD_BLOCK = "y"; # fix undefined ref to register_mtd_blktrans_dev
SPI = "y";