commit | a2fbd4a711181b893a4a1c57c97f87be199580e3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Sep 22 14:50:32 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 06 09:16:23 2021 -0400 |
tree | 9aee9b2c762a9c35ed64f85d5180698d581135c0 | |
parent | 69af1725c154bbab80f7891a57aae9ba95cfa61c [diff] |
Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to Kconfig This converts the following to Kconfig: CONFIG_SYS_NAND_BAD_BLOCK_POS In order to do this, introduce a choice for HAS_LARGE/SMALL_BADBLOCK_POS as those are the only valid values. Use LARGE as the default as no in-tree boards use SMALL, but it is possible. Signed-off-by: Tom Rini <trini@konsulko.com>