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 /configs/crs328-4c-20s-4s_defconfig | |
parent | f98b3be287bf59414e282fda6e9879dafeae150a (diff) | |
download | u-boot-440c00de69d83b41d9941699a426821504569ef6.tar.gz u-boot-440c00de69d83b41d9941699a426821504569ef6.tar.bz2 u-boot-440c00de69d83b41d9941699a426821504569ef6.zip |
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 'configs/crs328-4c-20s-4s_defconfig')
-rw-r--r-- | configs/crs328-4c-20s-4s_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/crs328-4c-20s-4s_defconfig b/configs/crs328-4c-20s-4s_defconfig index dd0cd63b90..d6f93534dd 100644 --- a/configs/crs328-4c-20s-4s_defconfig +++ b/configs/crs328-4c-20s-4s_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_MVEBU=y +CONFIG_SYS_KWD_CONFIG="board/mikrotik/crs3xx-98dx3236/kwbimage.cfg" CONFIG_SYS_TEXT_BASE=0x00800000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_CRS3XX_98DX3236=y |