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/socfpga_is1_defconfig | |
parent | b20e79f0bba277a33f7e0af3776c959fa1c31117 (diff) | |
download | u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.gz u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.tar.bz2 u-boot-15b4aed4738477892f72d20a078b8b9cda28948c.zip |
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/socfpga_is1_defconfig')
-rw-r--r-- | configs/socfpga_is1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index 9ad37a0cf0..53e9a7296c 100644 --- a/configs/socfpga_is1_defconfig +++ b/configs/socfpga_is1_defconfig @@ -20,6 +20,7 @@ CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y +CONFIG_CLOCKS=y CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_CMD_ASKENV=y |