diff options
author | Stefan Roese <sr@denx.de> | 2007-01-30 12:46:55 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-30 12:46:55 +0100 |
commit | 73e815b7fc11478aee180909e990009ebdb26725 (patch) | |
tree | 0b50c86350509dc5be1d7cfef108d97eb3dc69fe /board/sc3/sc3.c | |
parent | aa962c15bfc5dc4b8875abed818a43989f063641 (diff) | |
parent | b78bb469f536b357ee21c54f40201dbe4b201ac3 (diff) | |
download | u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.zip u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.tar.gz u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'board/sc3/sc3.c')
-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 d94896e..363a77d 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); } |