Merge with git+ssh://gemini/home/wd/git/u-boot/master
authorWolfgang Denk <wd@denx.de>
Wed, 29 Aug 2007 14:22:54 +0000 (16:22 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 29 Aug 2007 14:22:54 +0000 (16:22 +0200)
include/common.h
include/configs/cmi_mpc5xx.h

index d6286bc..9a5a0ab 100644 (file)
@@ -565,7 +565,7 @@ ulong       bootcount_load (void);
 #define BOOTCOUNT_MAGIC                0xB001C041
 
 /* $(CPU)/.../<eth> */
-/*void mii_init (void);*/
+void mii_init (void);
 
 /* $(CPU)/.../lcd.c */
 ulong  lcd_setmem (ulong);
index cd92af2..85c2b96 100644 (file)
@@ -59,6 +59,8 @@
  */
 #include <config_cmd_default.h>
 
+#undef CONFIG_CMD_NET          /* disabeled - causes compile errors */
+
 #define CONFIG_CMD_MEMORY
 #define CONFIG_CMD_LOADB
 #define CONFIG_CMD_REGINFO