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/SBx81LIFKW.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/SBx81LIFKW.h')
-rw-r--r-- | include/configs/SBx81LIFKW.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h index 3ebeccc33b..6edc2b628a 100644 --- a/include/configs/SBx81LIFKW.h +++ b/include/configs/SBx81LIFKW.h @@ -6,11 +6,6 @@ #ifndef _CONFIG_SBX81LIFKW_H #define _CONFIG_SBX81LIFKW_H -/* - * High Level Configuration Options (easy to change) - */ -#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage.cfg - /* additions for new ARM relocation support */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 |