[openwrt/openwrt] bmips: add missing NAND config symbol

LEDE Commits lede-commits at lists.infradead.org
Wed May 14 02:38:20 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/61da745817f28673b193d60bb4bc5b76dd215246

commit 61da745817f28673b193d60bb4bc5b76dd215246
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed May 14 09:45:24 2025 +0200

    bmips: add missing NAND config symbol
    
    bcm6328, bcm6362 and bcm6368 targets are missing a key config symbol which
    prevents the NAND from working.
    
    Fixes: f6c02b014d9c ("bmips: 6.1: refresh config and add missing symbols")
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bmips/bcm6328/config-6.6 | 1 +
 target/linux/bmips/bcm6362/config-6.6 | 1 +
 target/linux/bmips/bcm6368/config-6.6 | 1 +
 3 files changed, 3 insertions(+)

diff --git a/target/linux/bmips/bcm6328/config-6.6 b/target/linux/bmips/bcm6328/config-6.6
index d4323cb83c..ac6c5d4ab4 100644
--- a/target/linux/bmips/bcm6328/config-6.6
+++ b/target/linux/bmips/bcm6328/config-6.6
@@ -164,6 +164,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
 CONFIG_MTD_CFI_STAA=y
 CONFIG_MTD_JEDECPROBE=y
 CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
 CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y
diff --git a/target/linux/bmips/bcm6362/config-6.6 b/target/linux/bmips/bcm6362/config-6.6
index 5e7ee965cd..06b5e06dd3 100644
--- a/target/linux/bmips/bcm6362/config-6.6
+++ b/target/linux/bmips/bcm6362/config-6.6
@@ -166,6 +166,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
 CONFIG_MTD_CFI_STAA=y
 CONFIG_MTD_JEDECPROBE=y
 CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
 CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y
diff --git a/target/linux/bmips/bcm6368/config-6.6 b/target/linux/bmips/bcm6368/config-6.6
index a80bb2457f..c191ba2a79 100644
--- a/target/linux/bmips/bcm6368/config-6.6
+++ b/target/linux/bmips/bcm6368/config-6.6
@@ -165,6 +165,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
 CONFIG_MTD_CFI_STAA=y
 CONFIG_MTD_JEDECPROBE=y
 CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
 CONFIG_MTD_NAND_CORE=y
 CONFIG_MTD_NAND_ECC=y
 CONFIG_MTD_NAND_ECC_SW_HAMMING=y




More information about the lede-commits mailing list