u-boot/arch/m68k/cpu/mcf52x2
Rasmus Villemoes 7a779a8d09 m68k: remove dead code
There are no calls of "watchdog_reset()" anymore anywhere in the tree
since the WATCHDOG_RESET macro got removed in 942d07df0e ("watchdog:
Remove WATCHDOG_RESET macro").

The only places the identifiers watchdog_disable and watchdog_init are
called are in arch/arm/mach-omap2/, so those can obviously not refer
to these instances.

Hence these functions are not actually used at all and can be
removed. As a bonus, this also removes two leftover references to
WATCHDOG_RESET.

Cc: Huan Wang <alison.wang@nxp.com>
Cc: Angelo Dureghello <angelo@kernel-space.org>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
2024-06-16 12:13:47 +02:00
..
cpu_init.c m68k: Remove common.h usage 2023-10-24 16:34:45 -04:00
cpu.c m68k: remove dead code 2024-06-16 12:13:47 +02:00
cpu.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
interrupts.c m68k: Remove common.h usage 2023-10-24 16:34:45 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
speed.c m68k: Remove common.h usage 2023-10-24 16:34:45 -04:00
start.S arch: m68k: Implement relocation 2023-09-06 13:28:58 +02:00