From a29491ade0adf3dbb9dc51be8b45530edde1f1df Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sun, 10 Jul 2022 17:15:14 +0200 Subject: MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig This converts the following to Kconfig: CONFIG_SYS_MIPS_TIMER_REQ Signed-off-by: Daniel Schwierzeck Reviewed-by: Stefan Roese --- configs/ap121_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ap121_defconfig') diff --git a/configs/ap121_defconfig b/configs/ap121_defconfig index 1f4a79395ee..77d2d1f3c10 100644 --- a/configs/ap121_defconfig +++ b/configs/ap121_defconfig @@ -11,6 +11,7 @@ CONFIG_DEBUG_UART_CLOCK=25000000 CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_SYS_LOAD_ADDR=0x81000000 CONFIG_ARCH_ATH79=y +CONFIG_SYS_MIPS_TIMER_FREQ=200000000 CONFIG_DEBUG_UART=y CONFIG_SYS_MEMTEST_START=0x80100000 CONFIG_SYS_MEMTEST_END=0x83f00000 -- cgit