mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ramips: skip bbt scan on mt7621
reduces unnecessary flash reads and speeds up boot time Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry-picked from commit 55e8d52157f191bf578cf716983764e64c6f94e4)
This commit is contained in:
parent
33457ebf0b
commit
b6487c3ccc
@ -1229,7 +1229,7 @@ static int mt7621_nfc_init_chip(struct mt7621_nfc *nfc)
|
||||
nand_set_controller_data(nand, (void *)nfc);
|
||||
nand_set_flash_node(nand, nfc->dev->of_node);
|
||||
|
||||
nand->options |= NAND_USES_DMA | NAND_NO_SUBPAGE_WRITE;
|
||||
nand->options |= NAND_USES_DMA | NAND_NO_SUBPAGE_WRITE | NAND_SKIP_BBTSCAN;
|
||||
if (!nfc->nfi_clk)
|
||||
nand->options |= NAND_KEEP_TIMINGS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user