commit | 881de18f9ca8015aaaf06151dcfea5d7af15a6e1 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Sep 19 12:40:02 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 19 19:29:57 2010 +0200 |
tree | f3c9e712c517d759baab697ea81595b6f58fdce6 | |
parent | 7618f616bb74110a4ad0c9da22e213d142c398fa [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>