Message ID | 1459428160-6862-2-git-send-email-dmurphy@ti.com |
---|---|
State | New |
Headers | show |
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 7734e8d..0b20b6d 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -157,6 +157,10 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_TI +#define CONFIG_RGMII_RX_ID DP83867_RGMIIDCTL_2_00_NS +#define CONFIG_RGMII_TX_ID DP83867_RGMIIDCTL_1_NS +#define CONFIG_FIFO_DEPTH DP83867_PHYCR_FIFO_DEPTH_8_B_NIB + /* SPI */ #undef CONFIG_OMAP3_SPI #define CONFIG_CMD_SF
Add in the rx/tx delay as well as the fifo depth for the dra7 evm rev c board. Signed-off-by: Dan Murphy <dmurphy@ti.com> --- include/configs/dra7xx_evm.h | 4 ++++ 1 file changed, 4 insertions(+) -- 2.8.0.rc3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot