X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/180624e64a131dcb92f2b8057dacffb776a6abce..1471a12676da0bf056a8563af29d144c2f4ba990:/package/uboot-kirkwood/files/include/configs/dockstar.h?ds=sidebyside diff --git a/package/uboot-kirkwood/files/include/configs/dockstar.h b/package/uboot-kirkwood/files/include/configs/dockstar.h index 5b9c181eb..e19552c69 100644 --- a/package/uboot-kirkwood/files/include/configs/dockstar.h +++ b/package/uboot-kirkwood/files/include/configs/dockstar.h @@ -135,7 +135,7 @@ #define CONFIG_MTDPARTS "orion_nand:1M(u-boot)," \ "1M@1M(second_stage_u-boot)," \ - "3M@2M(kernel),64M@5M(rootfs),187M@69M(data) rw\0" + "3M@2M(kernel),32M@5M(rootfs),219M@37M(data) rw\0" #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \ "=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \ @@ -172,9 +172,9 @@ #define CONFIG_NETCONSOLE /* include NetConsole support */ #define CONFIG_NET_MULTI /* specify more that one ports available */ #define CONFIG_MII /* expose smi ove miiphy interface */ -#define CONFIG_KIRKWOOD_EGIGA /* Enable kirkwood Gbe Controller Driver */ +#define CONFIG_MVGBE /* Enable kirkwood Gbe Controller Driver */ #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ -#define CONFIG_KIRKWOOD_EGIGA_PORTS {1,0} /* enable port 0 only */ +#define CONFIG_MVGBE_PORTS {1,0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 0 #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */