diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-15 13:41:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-15 13:41:04 +0100 |
commit | f11033e739017c5c4eac55f859b8b222ee8d602c (patch) | |
tree | 4b07b98f378e685c096937c2aeca06e006698af7 /board/mcc200 | |
parent | ddd4123336aad881f50dc34892ac150cfa8143fe (diff) | |
parent | ca43ba18e910206ef8063e4b22d282630bff3fd2 (diff) | |
download | u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.tar.gz u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.tar.xz u-boot-f11033e739017c5c4eac55f859b8b222ee8d602c.zip |
Merge with /home/hs/SC3/u-boot
Some code cleanup.
Diffstat (limited to 'board/mcc200')
-rw-r--r-- | board/mcc200/mcc200.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/mcc200/mcc200.c b/board/mcc200/mcc200.c index 554c51d93f..af047e2a07 100644 --- a/board/mcc200/mcc200.c +++ b/board/mcc200/mcc200.c @@ -92,8 +92,8 @@ static void sdram_start (int hi_addr) /* * ATTENTION: Although partially referenced initdram does NOT make real use - * use of CFG_SDRAM_BASE. The code does not work if CFG_SDRAM_BASE - * is something else than 0x00000000. + * use of CFG_SDRAM_BASE. The code does not work if CFG_SDRAM_BASE + * is something else than 0x00000000. */ long int initdram (int board_type) @@ -291,7 +291,7 @@ int misc_init_r (void) } #ifdef CONFIG_AUTO_UPDATE - do_auto_update(); + do_auto_update(); #endif return (0); } |