]> git.sur5r.net Git - u-boot/blobdiff - examples/standalone/smc911x_eeprom.c
board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with LCD
[u-boot] / examples / standalone / smc911x_eeprom.c
index 6c79c5f65a0f74236f46c1f0da26612d3705d435..2c05ed902d0c55734fc6f13784eaed4de9e93105 100644 (file)
@@ -9,12 +9,13 @@
  * Based on smc91111_eeprom.c which:
  * Heavily borrowed from the following peoples GPL'ed software:
  *  - Wolfgang Denk, DENX Software Engineering, wd@denx.de
- *       Das U-boot
+ *       Das U-Boot
  *  - Ladislav Michl ladis@linux-mips.org
  *       A rejected patch on the U-Boot mailing list
  */
 
 #include <common.h>
+#include <console.h>
 #include <exports.h>
 #include <linux/ctype.h>
 #include "../drivers/net/smc911x.h"