diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-19 12:40:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-19 19:29:57 +0200 |
commit | 90964353ffbddc554317ccfd9821b012f95449ab (patch) | |
tree | f3c9e712c517d759baab697ea81595b6f58fdce6 /include | |
parent | 97003756249bd790910417eb66f0039bbf06a02c (diff) |
aev board: Fix compile problems
Recent changes caused thatthe aev board now is included in the boards
built by MAKEALL, which revealed that compilation for this board has
been broken for a long time:
mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
Fix it.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/aev.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/aev.h b/include/configs/aev.h index 98958a6237b..54e6c57c8e6 100644 --- a/include/configs/aev.h +++ b/include/configs/aev.h @@ -286,10 +286,11 @@ * Ethernet configuration */ #define CONFIG_MPC5xxx_FEC 1 +#define CONFIG_MPC5xxx_FEC_MII100 /* - * Define CONFIG_FEC_10MBIT to force FEC at 10Mb + * Define CONFIG_MPC5xxx_FEC_MII10 to force FEC at 10Mb */ -/* #define CONFIG_FEC_10MBIT 1 */ +/* #define CONFIG_MPC5xxx_FEC_MII10 */ #define CONFIG_PHY_ADDR 0x00 /* |