]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-mediatek/cpu.c
arm: mediatek: remove arch_misc_init
[u-boot.git] / arch / arm / mach-mediatek / cpu.c
index b37e299b74e81d29cac74b3046ba09dad34cfde9..1923c9e527ded4022846494c310f60b7e5e166fa 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();
This page took 0.026334 seconds and 4 git commands to generate.