X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fmcc200%2Fmcc200.c;h=af047e2a0772a281303f99590ddc79fe1739bc12;hb=cfc67116a706fd18b8f6a9c11a16753c5626d689;hp=554c51d93fa29726951c37a869ef373cd6c9ca21;hpb=0350e79d2a2a07444605e5ab820e10b7eb76e5d6;p=u-boot 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); }