summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-18 02:08:42 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:19 +0300
commite7b7c6761a329430d6e48e52a1e4faade80aaa94 (patch)
treea02459b1d8afa843523842e0decfb4ef53894ed9 /configs
parent855e76b5cb315b227655ad83ca3c019d487ea234 (diff)
downloadu-boot-e7b7c6761a329430d6e48e52a1e4faade80aaa94.tar.xz
Convert CONFIG_CPU_FREQ_HZ to Kconfig
This converts the following to Kconfig: CONFIG_CPU_FREQ_HZ Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/xilinx_zynqmp_r5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig
index a9c3c4a03e..98f46cf020 100644
--- a/configs/xilinx_zynqmp_r5_defconfig
+++ b/configs/xilinx_zynqmp_r5_defconfig
@@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x20000
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5"
CONFIG_DEBUG_UART_BASE=0xff010000
CONFIG_DEBUG_UART_CLOCK=100000000
+CONFIG_CPU_FREQ_HZ=500000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x0
CONFIG_BOOTSTAGE=y