summaryrefslogtreecommitdiff
path: root/board/cm4008/cm4008.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-19 22:46:33 +0000
committerwdenk <wdenk>2005-05-19 22:46:33 +0000
commit16b013e750345afdf73977be73eb046f2b476495 (patch)
tree72da11a18a82ce66e854de47fb075d68ee00f53d /board/cm4008/cm4008.c
parent121fc64022d5bbdec16886fcad87f647b5ffa864 (diff)
Patch by Greg Ungerer, 19 May 2005:
add support for the OpenGear CM4008 board
Diffstat (limited to 'board/cm4008/cm4008.c')
-rw-r--r--board/cm4008/cm4008.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c
index a306f25cab..4d2013b407 100644
--- a/board/cm4008/cm4008.c
+++ b/board/cm4008/cm4008.c
@@ -86,7 +86,7 @@ int board_init (void)
/* power down all but port 0 on the switch */
ks8695_write(KS8695_SWITCH_LPPM12, 0x00000005);
ks8695_write(KS8695_SWITCH_LPPM34, 0x00050005);
-
+
return 0;
}