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/ds109_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/ds109_defconfig')
-rw-r--r-- | configs/ds109_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig index ba74ece738..8e2aea9ad6 100644 --- a/configs/ds109_defconfig +++ b/configs/ds109_defconfig @@ -8,6 +8,7 @@ CONFIG_CMDLINE_TAG=y CONFIG_INITRD_TAG=y CONFIG_STATIC_MACH_TYPE=y CONFIG_MACH_TYPE=527 +CONFIG_SYS_KWD_CONFIG="board/Synology/ds109/kwbimage.cfg" CONFIG_SYS_TEXT_BASE=0x600000 CONFIG_NR_DRAM_BANKS=2 CONFIG_TARGET_DS109=y |