diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-09-21 09:24:41 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-09-21 09:24:41 +0200 |
commit | acc78a9cf68b2319b1866921594d3698ddb1b79a (patch) | |
tree | 4e75554d626f527aa5713e83f96f8de13e24ddd4 /target/linux/bcm4908/config-5.10 | |
parent | b472753d79ab014c799f28aac99e698e5caf0b19 (diff) | |
download | upstream-acc78a9cf68b2319b1866921594d3698ddb1b79a.tar.gz upstream-acc78a9cf68b2319b1866921594d3698ddb1b79a.tar.bz2 upstream-acc78a9cf68b2319b1866921594d3698ddb1b79a.zip |
bcm4908: backport mtd parser for Broadcom's U-Boot partition
Broadcom's U-Boot contains environment data blocks. They need to be
found (offsets aren't predefined) to access env variables.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 137149847d0f374515f38952ce0986b03a97f2e4)
Diffstat (limited to 'target/linux/bcm4908/config-5.10')
-rw-r--r-- | target/linux/bcm4908/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.10 b/target/linux/bcm4908/config-5.10 index 14766144f7..ee45887fc0 100644 --- a/target/linux/bcm4908/config-5.10 +++ b/target/linux/bcm4908/config-5.10 @@ -133,6 +133,7 @@ CONFIG_MEMFD_CREATE=y CONFIG_MFD_SYSCON=y CONFIG_MIGRATION=y CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MTD_BRCM_U_BOOT=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_CORE=y |