fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
[oweals/u-boot.git] / cpu / ppc4xx / 40x_spd_sdram.c
index 42fd7fb872f91c97f7823ecaf44f4423fda78e14..b21b13e4936e81c6b4721fba7ccc1eb9e2839e64 100644 (file)
@@ -126,9 +126,9 @@ long int spd_sdram(int(read_spd)(uint addr))
 
        int sdram0_pmit=0x07c00000;
 #ifndef CONFIG_405EP /* not on PPC405EP */
-       int sdram0_besr0=-1;
-       int sdram0_besr1=-1;
-       int sdram0_eccesr=-1;
+       int sdram0_besr0 = -1;
+       int sdram0_besr1 = -1;
+       int sdram0_eccesr = -1;
 #endif
        int sdram0_ecccfg;