]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/compulab/cm_t35/cm_t35.c
net: Add SMC911X driver to Kconfig, convert
[people/ms/u-boot.git] / board / compulab / cm_t35 / cm_t35.c
index be938eb2cf50b30eca232591efa418f9d1fee501..d5cfba4270773a792cc705c4ea58ee04d4b294fc 100644 (file)
@@ -452,6 +452,7 @@ static int handle_mac_address(void)
  * Routine: board_eth_init
  * Description: initialize module and base-board Ethernet chips
  */
+#define SB_T35_SMC911X_BASE    (CONFIG_SMC911X_BASE + SZ_16M)
 int board_eth_init(bd_t *bis)
 {
        int rc = 0, rc1 = 0;
@@ -460,7 +461,7 @@ int board_eth_init(bd_t *bis)
        if (rc1)
                printf("No MAC address found! ");
 
-       rc1 = cl_omap3_smc911x_init(0, 5, CM_T3X_SMC911X_BASE,
+       rc1 = cl_omap3_smc911x_init(0, 5, CONFIG_SMC911X_BASE,
                                    cm_t3x_reset_net_chip, -EINVAL);
        if (rc1 > 0)
                rc++;