diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-12 22:12:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | 068c41f1cc777caf0221da63b0264249d73c2eba (patch) | |
tree | f4885eb56e4bd99e9b69bb22c126de0de63ce876 /include/configs/broadcom_bcm968380gerg.h | |
parent | bfb5387fe91cc881b4b22218e9a40713b222675b (diff) | |
download | u-boot-068c41f1cc777caf0221da63b0264249d73c2eba.tar.gz |
Finish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig
In order to finish this conversion we need to add a symbols for
SPL_SYS_NAND_SELF_INIT and TPL_SYS_NAND_SELF_INIT as there are cases
there where we need to, or need to not, use that framework as things
stand.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/broadcom_bcm968380gerg.h')
-rw-r--r-- | include/configs/broadcom_bcm968380gerg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/broadcom_bcm968380gerg.h b/include/configs/broadcom_bcm968380gerg.h index 866de2527d..c1c1b37fab 100644 --- a/include/configs/broadcom_bcm968380gerg.h +++ b/include/configs/broadcom_bcm968380gerg.h @@ -8,5 +8,4 @@ #ifdef CONFIG_MTD_RAW_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_SELF_INIT #endif /* CONFIG_MTD_RAW_NAND */ |