Add support for console over UDP (compatible to Ingo Molnar's
netconsole patch under Linux)
diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h
index adac808..bc0f7c7 100644
--- a/include/configs/TQM860L.h
+++ b/include/configs/TQM860L.h
@@ -97,6 +97,8 @@
 				CFG_CMD_IDE	| \
 				CFG_CMD_DATE	)
 
+#define CONFIG_NETCONSOLE
+
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #include <cmd_confdefs.h>