summaryrefslogtreecommitdiffstats
path: root/board/sc3
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-01-18 11:28:51 +0100
committerHeiko Schocher <hs@pollux.denx.de>2007-01-18 11:28:51 +0100
commitcb4820725e9fc409c5cbc8e83054a6ed522d2111 (patch)
tree52c0972ffd2bc7a66e229ebb9ebcff9d9cb248ff /board/sc3
parent6d3e0107235aa0e6a6dcb77f9884497280bf85ad (diff)
downloadblackbird-obmc-uboot-cb4820725e9fc409c5cbc8e83054a6ed522d2111.tar.gz
blackbird-obmc-uboot-cb4820725e9fc409c5cbc8e83054a6ed522d2111.zip
[PATCH] Fix: Compilerwarnings for SC3 board.
The EBC Configuration Register is now by CFG_EBC_CFG definable Added JFFS2 support for the SC3 board. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/sc3')
-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