From 3d926f5251e387405e3154b83de17dec20babd45 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Sat, 6 Feb 2010 12:19:18 +0900 Subject: [PATCH] Revert "s5pc110: wmg160: Workaround comments because of wrong board detection" This reverts commit 643344ab72cadd769be981653672cc1e21fd5e61. --- board/samsung/universal/universal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 4118dfc..55d328e 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -552,8 +552,6 @@ static void check_hw_revision(void) gpio_get_value(&gpio->gpio_d1, 1) == 0) board = MACH_TICKERTAPE; -/* FIXME: This occurs wrong board detection when usb down key is pushed */ -#if 0 /* WMG160 - GPH3[0:4] = 0x00 */ if (board == MACH_TICKERTAPE) { int i, wmg160 = 1; @@ -569,7 +567,6 @@ static void check_hw_revision(void) hwrev3 = 1; } } -#endif /* C110 Geminus for rev0.0 */ gpio_set_pull(&gpio->gpio_j1, 2, GPIO_PULL_NONE); -- 2.7.4