]> Git Repo - J-u-boot.git/blobdiff - board/freescale/t104xrdb/eth.c
global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
[J-u-boot.git] / board / freescale / t104xrdb / eth.c
index bb6641b88a99fa9cb523e85aa33cc3fb8d33a8a9..5ce24b40964fe9e83de0ce2322e8f57e86d4ecfe 100644 (file)
@@ -39,7 +39,7 @@ int board_eth_init(struct bd_info *bis)
        /*
         * Program on board RGMII, SGMII PHY addresses.
         */
-       for (i = FM1_DTSEC1; i < FM1_DTSEC1 + CONFIG_SYS_NUM_FM1_DTSEC; i++) {
+       for (i = FM1_DTSEC1; i < FM1_DTSEC1 + CFG_SYS_NUM_FM1_DTSEC; i++) {
                int idx = i - FM1_DTSEC1;
 
                switch (fm_info_get_enet_if(i)) {
This page took 0.024937 seconds and 4 git commands to generate.