]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/odroid/odroid.c
samsung: board: support eMMC reset using DT
[karo-tx-uboot.git] / board / samsung / odroid / odroid.c
index e3517f2eb24101f8614b53c120d30f37ea5caa06..306cc0f9d9624e32228ad1e4bea25bc8e0224fb1 100644 (file)
@@ -503,11 +503,3 @@ int board_usb_init(int index, enum usb_init_type init)
        return s3c_udc_probe(&s5pc210_otg_data);
 }
 #endif
-
-void reset_misc(void)
-{
-       /* Reset eMMC*/
-       gpio_set_value(EXYNOS4X12_GPIO_K12, 0);
-       mdelay(10);
-       gpio_set_value(EXYNOS4X12_GPIO_K12, 1);
-}