Skip to content

Commit

Permalink
bcm4908: enable MTD_CMDLINE_PARTS
Browse files Browse the repository at this point in the history
It's needed to support devices with U-Boot. That bootloader passes MTD
layout using cmdline.

Signed-off-by: Rafał Miłecki <[email protected]>
  • Loading branch information
Rafał Miłecki committed Nov 19, 2021
1 parent 494c033 commit 21d28ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/bcm4908/config-5.10
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions target/linux/bcm4908/config-5.4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21d28ad

Please sign in to comment.