diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-11-19 14:32:58 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-11-19 14:32:58 +0100 |
commit | 21d28adbc1cc98c55858a73d62b9bf89c3874b08 (patch) | |
tree | ceb33f2dbe193f7c4ba75b40e202822b530c0923 /target/linux/bcm4908 | |
parent | 494c033f9cbad67ea2cee3860894bdfffea65109 (diff) | |
download | upstream-21d28adbc1cc98c55858a73d62b9bf89c3874b08.tar.gz upstream-21d28adbc1cc98c55858a73d62b9bf89c3874b08.tar.bz2 upstream-21d28adbc1cc98c55858a73d62b9bf89c3874b08.zip |
bcm4908: enable MTD_CMDLINE_PARTS
It's needed to support devices with U-Boot. That bootloader passes MTD
layout using cmdline.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm4908')
-rw-r--r-- | target/linux/bcm4908/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/bcm4908/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.10 b/target/linux/bcm4908/config-5.10 index a6cb52b18c..9f11331d28 100644 --- a/target/linux/bcm4908/config-5.10 +++ b/target/linux/bcm4908/config-5.10 @@ -123,6 +123,7 @@ CONFIG_MEMFD_CREATE=y CONFIG_MFD_SYSCON=y CONFIG_MIGRATION=y CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC=y diff --git a/target/linux/bcm4908/config-5.4 b/target/linux/bcm4908/config-5.4 index 55b20f86d2..dc33203295 100644 --- a/target/linux/bcm4908/config-5.4 +++ b/target/linux/bcm4908/config-5.4 @@ -129,6 +129,7 @@ CONFIG_MEMFD_CREATE=y CONFIG_MFD_SYSCON=y CONFIG_MIGRATION=y CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC_SW_HAMMING=y |