[PATCH 07/14] Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to Kconfig

2021-09-22 Thread Tom Rini
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 --- arch/ar

Re: [PATCH 07/14] Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to Kconfig

2021-10-06 Thread Tom Rini
On Wed, Sep 22, 2021 at 02:50:32PM -0400, Tom Rini wrote: > 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 board