The CONFIG_SYS_ARCH_TIMER is explicitly disabled in the defconfig a couple of lines after this removed line, and that is the correct configuration, because the RSIP port uses TMU timer. Remove this incorrect CONFIG_SYS_ARCH_TIMER=y configuration.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- configs/r8a78000_ironhide_cm33_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/r8a78000_ironhide_cm33_defconfig b/configs/r8a78000_ironhide_cm33_defconfig index 618712385ad..3f09a7c2556 100644 --- a/configs/r8a78000_ironhide_cm33_defconfig +++ b/configs/r8a78000_ironhide_cm33_defconfig @@ -63,7 +63,6 @@ CONFIG_SERIAL_PROBE_ALL=y CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SIMPLE_BUS_CORRECT_RANGE=y CONFIG_SKIP_RELOCATE=y -CONFIG_SYS_ARCH_TIMER=y CONFIG_SYS_BARGSIZE=2048 CONFIG_SYS_BOOT_GET_CMDLINE=y CONFIG_SYS_CLK_FREQ=16666666 -- 2.53.0
