From: Joonyoung Shim Date: Sat, 6 Feb 2010 03:19:18 +0000 (+0900) Subject: Revert "s5pc110: wmg160: Workaround comments because of wrong board detection" X-Git-Tag: JB05_20100206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d926f5251e387405e3154b83de17dec20babd45;p=kernel%2Fu-boot.git Revert "s5pc110: wmg160: Workaround comments because of wrong board detection" This reverts commit 643344ab72cadd769be981653672cc1e21fd5e61. --- 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);