diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-14 16:28:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-05-14 16:28:41 +0200 |
commit | a24612cc0691c2f4780e25662a3c5f8a624420e0 (patch) | |
tree | 7d020a528cd4ec52caf7b4b898b870a1612060c3 /target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch | |
parent | 4ab27bc6efeea79aacff117f3d374c03ea430c18 (diff) | |
download | upstream-a24612cc0691c2f4780e25662a3c5f8a624420e0.tar.gz upstream-a24612cc0691c2f4780e25662a3c5f8a624420e0.tar.bz2 upstream-a24612cc0691c2f4780e25662a3c5f8a624420e0.zip |
bcm47xx: Refresh patches
Refresh patches to make them cleanly apply.
This problem was found by the github CI.
Fixes: ecd9abc8c082 ("kernel: use upstream firmware patch for Broadcom's NVRAM")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch b/target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch index bfcfae885f..82997ca65a 100644 --- a/target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch +++ b/target/linux/bcm47xx/patches-5.15/820-wgt634u-nvram-fix.patch @@ -280,7 +280,7 @@ out the configuration than the in kernel cfe config reader. /* TODO: when nvram is on nand flash check for bad blocks first. */ /* Try every possible flash size and check for NVRAM at its end */ -@@ -172,6 +194,13 @@ int bcm47xx_nvram_getenv(const char *nam +@@ -190,6 +212,13 @@ int bcm47xx_nvram_getenv(const char *nam if (!name) return -EINVAL; |