85xx: Use SVR_SOC_VER instead of SVR_VER
[oweals/u-boot.git] / cpu / mpc85xx / spd_sdram.c
index abc63c414bd70a3f937906262b84718151bc65e6..435458a18930b482394c79b458a397ef974c3dcd 100644 (file)
@@ -306,7 +306,7 @@ spd_sdram(void)
         * Adjust DDR II IO voltage biasing.
         * Only 8548 rev 1 needs the fix
         */
-       if ((SVR_VER(get_svr()) == SVR_8548_E) &&
+       if ((SVR_SOC_VER(get_svr()) == SVR_8548_E) &&
                        (SVR_MJREV(get_svr()) == 1) &&
                        (spd.mem_type == SPD_MEMTYPE_DDR2)) {
                volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR);