Merge tag 'u-boot-amlogic-20190704' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / arm / mach-mediatek / cpu.c
index b37e299..1923c9e 100644 (file)
@@ -8,18 +8,6 @@
 #include <wdt.h>
 #include <dm/uclass-internal.h>
 
-int arch_misc_init(void)
-{
-       struct udevice *wdt;
-       int ret;
-
-       ret = uclass_first_device_err(UCLASS_WDT, &wdt);
-       if (!ret)
-               wdt_stop(wdt);
-
-       return 0;
-}
-
 int arch_cpu_init(void)
 {
        icache_enable();