commit | d03e14e46dc599bf76fc2977bed616074b54b2f6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 11 14:55:54 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 08:41:38 2021 -0500 |
tree | b848a0e96a34ec9676f7982513da54bee909c8d8 | |
parent | 5df873fa8b1b72ade8341e08b38b6de24e8eefe6 [diff] |
Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig This converts the following to Kconfig: CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT In order to do this conversion, expose this option to the user and use "save" not "safe" in the text. Signed-off-by: Tom Rini <trini@konsulko.com>