diff options
author | Grant Erickson <gerickson@nuovations.com> | 2008-07-08 08:35:00 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:13 +0200 |
commit | 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038 (patch) | |
tree | b5a0baae4cc93b5d36e34dfaf42989eee3a704b6 /include/configs/kilauea.h | |
parent | 2e2050842e731c823ce8d41fb0c15579eb70ced9 (diff) | |
download | u-boot-1740c1bf40e3c6d03ac16c29943fdd9fc1e87038.tar.gz |
ppc4xx: Add MII mode support to the EMAC RGMII Bridge
This patch adds support for placing the RGMII bridge on the
PPC405EX(r) into MII/GMII mode and allows a board-specific
configuration to specify the bridge mode at compile-time.
Signed-off-by: Grant Erickson <gerickson@nuovations.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/kilauea.h')
-rw-r--r-- | include/configs/kilauea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index f3d048cb7e..dc246fd23e 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -375,6 +375,7 @@ *----------------------------------------------------------------------*/ #define CONFIG_M88E1111_PHY 1 #define CONFIG_IBM_EMAC4_V4 1 +#define CONFIG_EMAC_PHY_MODE EMAC_PHY_MODE_RGMII_RGMII #define CONFIG_PHY_ADDR 1 /* PHY address, See schematics */ #define CONFIG_PHY_RESET 1 /* reset phy upon startup */ |