From: wdenk Date: Tue, 6 Aug 2002 22:09:42 +0000 (+0000) Subject: Fix // compiler warnings X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ddc99b39e4990666e9339c2fc726063bf37f5e70;p=users%2Frw%2Fppcboot.git Fix // compiler warnings --- diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index c191902..258453e 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -177,7 +177,7 @@ * - see sec. 4.12 of MPC8245 UM *------------------------------------------------------------------*/ -// MCCR1 +/* MCCR1 */ #define CFG_ROMNAL 0 #define CFG_ROMFAL 2 /* (tacc=70ns)*mem_freq - 2 */ #define CFG_BANK0_ROW 2 /* SDRAM bank 7-0 row address */ @@ -263,7 +263,7 @@ /*-------------------------------------------------------------------- * 4.8 - Error Handling Registers *------------------------------------------------------------------*/ -#define CFG_ERRENR1 0x11 // enable SDRAM refresh overflow error +#define CFG_ERRENR1 0x11 /* enable SDRAM refresh overflow error */ /* SDRAM 0-256 MB */ #define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)