diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:20:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:47 -0400 |
commit | 15b4aed4738477892f72d20a078b8b9cda28948c (patch) | |
tree | f1d20d58c015ec0f4a818bb111c3b8d063937898 /configs/da850evm_defconfig | |
parent | b20e79f0bba277a33f7e0af3776c959fa1c31117 (diff) | |
download | u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.gz |
Convert CONFIG_CLOCKS to Kconfig
This converts the following to Kconfig:
CONFIG_CLOCKS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/da850evm_defconfig')
-rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index 99f50d09429..13e7f930d4c 100644 --- a/configs/da850evm_defconfig +++ b/configs/da850evm_defconfig @@ -31,6 +31,7 @@ CONFIG_DEFAULT_FDT_FILE="da850-evm.dtb" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_CLOCKS=y CONFIG_MISC_INIT_R=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_SEPARATE_BSS=y |