aboutsummaryrefslogtreecommitdiff
path: root/include/configs/lsxl.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:45 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:19 -0500
commit440c00de69d83b41d9941699a426821504569ef6 (patch)
treea6668166cc17eaa9a6c990acecd07626f78a4694 /include/configs/lsxl.h
parentf98b3be287bf59414e282fda6e9879dafeae150a (diff)
downloadu-boot-440c00de69d83b41d9941699a426821504569ef6.zip
u-boot-440c00de69d83b41d9941699a426821504569ef6.tar.gz
u-boot-440c00de69d83b41d9941699a426821504569ef6.tar.bz2
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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 5891a1d..fad69ab 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
*/