diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-10 10:09:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 10:09:40 -0500 |
commit | 0cbeed4f6648e0e4966475e3544280a69ecb59d3 (patch) | |
tree | a7b4b6b44bc3d43628e654f0c75ef2fab49ffd1b /include/configs/mv-common.h | |
parent | 77b5cc2948f5d93fe3d275302f596ffd8701a875 (diff) | |
parent | cc1159bbfa94a60e4180846e480b887cf91fa722 (diff) | |
download | u-boot-WIP/10Nov2022.zip u-boot-WIP/10Nov2022.tar.gz u-boot-WIP/10Nov2022.tar.bz2 |
Merge branch '2022-11-10-symbol-migrations'WIP/10Nov2022
- Migrate a number of CONFIG symbols to Kconfig and start migrating some
symbol families from CONFIG to the CFG namespace.
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r-- | include/configs/mv-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 20e00ec..6d4fff3 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -61,8 +61,5 @@ /* * Common NAND configuration */ -#ifdef CONFIG_CMD_NAND -#define CONFIG_SYS_MAX_NAND_DEVICE 1 -#endif #endif /* _MV_COMMON_H */ |