diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2007-01-18 11:28:51 +0100 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2007-01-18 11:28:51 +0100 |
commit | cb4820725e9fc409c5cbc8e83054a6ed522d2111 (patch) | |
tree | 52c0972ffd2bc7a66e229ebb9ebcff9d9cb248ff /board/sc3 | |
parent | 6d3e0107235aa0e6a6dcb77f9884497280bf85ad (diff) |
[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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sc3/sc3.c b/board/sc3/sc3.c index d94896ecd00..363a77d8a4e 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); } |