commit | 0fcb8cd70f388133644c733b0abf2bfbad235a99 | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@amd.com> | Thu Feb 23 22:07:06 2023 -0700 |
committer | Michal Simek <michal.simek@amd.com> | Thu Mar 09 13:15:00 2023 +0100 |
tree | 9e922cf3d4a728a7ce4e8323d0b53177863acd5b | |
parent | cf191e4aa3c2afdebe78b3298f7ce3d0a1ee2e26 [diff] |
mtd: nand: arasan: Remove hardcoded bbt option Bad block table option is hardcoded to read from flash with NAND_BBT_USE_FLASH option. This decision should be done based on DT property. Remove this hardcoding, to be able to use DT property. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20230224050709.30014-2-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>