diff options
author | stroese <stroese> | 2003-05-23 11:18:02 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-05-23 11:18:02 +0000 |
commit | b867d705b6217fed505dd44cf539699b8a81733d (patch) | |
tree | b9f5508be6df2b2e0f8914f815826326e777f015 /cpu/ppc4xx/miiphy.c | |
parent | bedc4970297fcd83121cac456d6b1188f2336aac (diff) | |
download | u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.zip u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.tar.gz u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.tar.bz2 |
PPC405EP support added.
Diffstat (limited to 'cpu/ppc4xx/miiphy.c')
-rw-r--r-- | cpu/ppc4xx/miiphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/miiphy.c b/cpu/ppc4xx/miiphy.c index 51ba471..c5a90a9 100644 --- a/cpu/ppc4xx/miiphy.c +++ b/cpu/ppc4xx/miiphy.c @@ -48,7 +48,7 @@ #include <405_mal.h> #include <miiphy.h> -#if defined(CONFIG_405GP) || defined(CONFIG_440) +#if defined(CONFIG_405GP) || defined(CONFIG_440) || defined(CONFIG_405EP) /***********************************************************/ |