diff options
author | John Klug <john.klug@multitech.com> | 2022-03-24 18:47:14 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-24 18:47:14 -0500 |
commit | 6004c8be1d4fac7990403b28da0a86bef9218def (patch) | |
tree | 2cd843b8177bd1771108b45a2eeae83d966dd8ca /recipes-kernel/linux | |
parent | e2bd0e705b3a6c45e393097532a799f1a909a2bd (diff) | |
download | meta-multitech-atmel-6004c8be1d4fac7990403b28da0a86bef9218def.tar.gz meta-multitech-atmel-6004c8be1d4fac7990403b28da0a86bef9218def.tar.bz2 meta-multitech-atmel-6004c8be1d4fac7990403b28da0a86bef9218def.zip |
Remove bad block table introduced with GPIOD MTCDT change
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts index adbc505..ed76ce1 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcdt.dts @@ -368,6 +368,7 @@ rb-gpios = <&pioC 31 GPIO_ACTIVE_HIGH>; cs-gpios = <&pioD 4 GPIO_ACTIVE_HIGH>; nand-ecc-strength=<4>; + /delete-property/ nand-on-flash-bbt; partitions { /* Stanzas are order dependent, * so we must delete at91bootstrap |