Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediatek: refresh patches for Linux 5.15 | Daniel Golle | 2022-04-30 | 1 | -2/+2 |
| | | | | | | Run `make target/linux/refresh` to align patches with OpenWrt style. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | mediatek: spi-nand: check for 1 byte BBM only | Chuanhong Guo | 2022-04-28 | 1 | -0/+20 |
the OOB layout in MTK SNFI uses the 2nd byte, and anything using OOB will make the block a bad-block in spi-nand driver. Hack it for now. We need a proper solution upstream. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> |