commit | 437d77f16bf1a7791d74ec81ca4d669860c8b056 | [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 | 4fffbc1108f3f5e2932cdefea8b5f831b46040c7 [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>