]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
aev board: Fix compile problems
authorWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 10:40:02 +0000 (12:40 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 17:29:57 +0000 (19:29 +0200)
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>
include/configs/aev.h

index 98958a6237bbe42bf76afe6650d2083c44e01b66..54e6c57c8e6d78f7fa8d8f801d5a4423495e7a65 100644 (file)
  * 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
 
 /*