aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini2022-11-16 13:10:38 -0500
committerTom Rini2022-12-05 16:06:07 -0500
commit3b8dfc42a239cbb1561e7ecbc116b69fb6913355 (patch)
tree1d2e7ca50df2a2141ceb27f5034d3f8e764a5980 /arch/sh
parentaa6e94deabb45154cea07ad44c4a5c047bca078b (diff)
Convert CONFIG_SYS_TIMER_COUNTS_DOWN to Kconfig
This converts the following to Kconfig: CONFIG_SYS_TIMER_COUNTS_DOWN Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/include/asm/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/config.h b/arch/sh/include/asm/config.h
index 09a15da4859..99d8797a549 100644
--- a/arch/sh/include/asm/config.h
+++ b/arch/sh/include/asm/config.h
@@ -9,7 +9,6 @@
#include <asm/processor.h>
/* Timer */
-#define CONFIG_SYS_TIMER_COUNTS_DOWN
#define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */
#define CONFIG_SYS_TIMER_RATE (get_board_sys_clk() / 4)