diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-19 12:06:32 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-19 12:06:32 +0100 |
commit | 15e5025a7337df1ab94549bdd79db08083868b85 (patch) | |
tree | 19bd9e410903a8a7e7a23f3dfe7262b28e09d3d9 /board | |
parent | 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276 (diff) | |
parent | cb4820725e9fc409c5cbc8e83054a6ed522d2111 (diff) | |
download | u-boot-imx-15e5025a7337df1ab94549bdd79db08083868b85.zip u-boot-imx-15e5025a7337df1ab94549bdd79db08083868b85.tar.gz u-boot-imx-15e5025a7337df1ab94549bdd79db08083868b85.tar.bz2 |
Merge with /home/hs/SC3/u-boot-dev
Diffstat (limited to 'board')
-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); } |