aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp-r5
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:42 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:19 -0500
commite7b7c6761a329430d6e48e52a1e4faade80aaa94 (patch)
treea02459b1d8afa843523842e0decfb4ef53894ed9 /arch/arm/mach-zynqmp-r5
parent855e76b5cb315b227655ad83ca3c019d487ea234 (diff)
downloadu-boot-e7b7c6761a329430d6e48e52a1e4faade80aaa94.zip
u-boot-e7b7c6761a329430d6e48e52a1e4faade80aaa94.tar.gz
u-boot-e7b7c6761a329430d6e48e52a1e4faade80aaa94.tar.bz2
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 'arch/arm/mach-zynqmp-r5')
-rw-r--r--arch/arm/mach-zynqmp-r5/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-zynqmp-r5/Kconfig b/arch/arm/mach-zynqmp-r5/Kconfig
index 5e01754..f14514b 100644
--- a/arch/arm/mach-zynqmp-r5/Kconfig
+++ b/arch/arm/mach-zynqmp-r5/Kconfig
@@ -21,6 +21,12 @@ config SYS_CONFIG_NAME
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
will be used for board configuration.
+config CPU_FREQ_HZ
+ int "CPU frequency"
+ default 800000000
+ help
+ The value, in Hz, that the CPU clock is running at.
+
config SYS_MALLOC_F_LEN
default 0x600