diff options
| author | Stefan Roese <sr@denx.de> | 2006-09-13 13:51:58 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2006-09-13 13:56:49 +0200 | 
| commit | 854bc8da75709f13dab4cfa6e9094c0cb49b5c5a (patch) | |
| tree | 980b4d3d91394c491ffabe8570c81e06991d67d2 /cpu/ppc4xx/4xx_enet.c | |
| parent | aeec782b020930732eab075af97212c3f03afcae (diff) | |
| download | olio-uboot-2014.01-854bc8da75709f13dab4cfa6e9094c0cb49b5c5a.tar.xz olio-uboot-2014.01-854bc8da75709f13dab4cfa6e9094c0cb49b5c5a.zip | |
Add support for AMCC Rainier PPX440GRx eval board
Patch by Stefan Roese, 13 Sep 2006
Diffstat (limited to 'cpu/ppc4xx/4xx_enet.c')
| -rw-r--r-- | cpu/ppc4xx/4xx_enet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index 5b1c17c35..81d49ffdf 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c @@ -133,7 +133,7 @@  #define BI_PHYMODE_GMII  3  #define BI_PHYMODE_RTBI  4  #define BI_PHYMODE_TBI   5 -#if defined (CONFIG_440EPX) +#if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)  #define BI_PHYMODE_SMII  6  #define BI_PHYMODE_MII   7  #endif |