diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-17 18:08:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:19 -0500 |
commit | 440c00de69d83b41d9941699a426821504569ef6 (patch) | |
tree | a6668166cc17eaa9a6c990acecd07626f78a4694 /include/configs/lsxl.h | |
parent | f98b3be287bf59414e282fda6e9879dafeae150a (diff) | |
download | u-boot-440c00de69d83b41d9941699a426821504569ef6.tar.gz |
Convert CONFIG_SYS_KWD_CONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_KWD_CONFIG
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r-- | include/configs/lsxl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 5891a1d8c59..fad69ab1f85 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -8,17 +8,6 @@ #define _CONFIG_LSXL_H /* - * Version number information - */ -#if defined(CONFIG_LSCHLV2) -#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lschl.cfg -#elif defined(CONFIG_LSXHL) -#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lsxhl.cfg -#else -#error "unknown board" -#endif - -/* * General configuration options */ |