mach-imx: bootaux: fix building with disabled bootelf
[platform/kernel/u-boot.git] / include / vsc9953.h
index 5d6fc77..fd52c93 100644 (file)
@@ -691,7 +691,7 @@ struct vsc9953_vcap {
        .phyaddr        = 0,                                            \
        .index          = idx,                                          \
        .phy_regs       = NULL,                                         \
-       .enet_if        = PHY_INTERFACE_MODE_NONE,                      \
+       .enet_if        = PHY_INTERFACE_MODE_NA,                        \
        .bus            = NULL,                                         \
        .phydev         = NULL,                                         \
 }
@@ -712,7 +712,7 @@ struct vsc9953_info {
        struct vsc9953_port_info        port[VSC9953_MAX_PORTS];
 };
 
-void vsc9953_init(bd_t *bis);
+void vsc9953_init(struct bd_info *bis);
 
 void vsc9953_port_info_set_mdio(int port_no, struct mii_dev *bus);
 void vsc9953_port_info_set_phy_address(int port_no, int address);