]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc85xx/p4080_serdes.c
mpc83xx: Cleanup usage of DDR constants
[u-boot] / arch / powerpc / cpu / mpc85xx / p4080_serdes.c
index eb6223cc93c817deebe36a3256ff090796681358..87bd7952930d87ed93e5c555e16c4bae5c188365 100644 (file)
@@ -71,6 +71,10 @@ static u8 serdes_cfg_tbl[][SRDS_MAX_LANES] = {
                XAUI_FM1, XAUI_FM1, XAUI_FM1, XAUI_FM1},
 };
 
+#ifdef CONFIG_SYS_P4080_ERRATUM_SERDES8
+uint16_t srds_lpd_b[SRDS_MAX_BANK];
+#endif
+
 enum srds_prtcl serdes_get_prtcl(int cfg, int lane)
 {
        if (!serdes_lane_enabled(lane))