projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f423b9c
)
s5pc110: aquila: code clean
author
Heungjun Kim
<riverful.kim@samsung.com>
Mon, 9 Nov 2009 05:37:05 +0000
(14:37 +0900)
committer
Heungjun Kim
<riverful.kim@samsung.com>
Mon, 9 Nov 2009 05:37:05 +0000
(14:37 +0900)
Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
board/samsung/universal/universal.c
patch
|
blob
|
history
diff --git
a/board/samsung/universal/universal.c
b/board/samsung/universal/universal.c
index
e02d72a
..
0e3da55
100644
(file)
--- a/
board/samsung/universal/universal.c
+++ b/
board/samsung/universal/universal.c
@@
-514,9
+514,7
@@
static void check_touchkey(void)
/* TOUCH_EN - GPIO_J3(5) : (not J1B2) */
if (board_rev & J1_B2_BOARD_FEATURE)
gpio_direction_output(&gpio->gpio_j3, 0, 1);
- else
- /*if ((board_rev & LIMO_REAL_BOARD)
- || (board_rev & LIMO_UNIVERSAL_BOARD)) */
+ else
gpio_direction_output(&gpio->gpio_j3, 5, 1);
/* TOUCH_CE - GPIO_J2(6) */