summaryrefslogtreecommitdiffstats
path: root/board/sc3/sc3.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sc3/sc3.c')
-rw-r--r--board/sc3/sc3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sc3/sc3.c b/board/sc3/sc3.c
index d94896ecd0..363a77d8a4 100644
--- a/board/sc3/sc3.c
+++ b/board/sc3/sc3.c
@@ -354,6 +354,8 @@ int board_early_init_f (void)
initUsbHost (&cpldConfig_1);
writeb (cpldConfig_1, CPLD_CONTROL_1);
#endif
+ /* FIXME: for what must we do this */
+ *(unsigned long *)0x79000080 = 0x0001;
return(0);
}
OpenPOWER on IntegriCloud