diff options
Diffstat (limited to 'include/configs/BMW.h')
-rw-r--r-- | include/configs/BMW.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/BMW.h b/include/configs/BMW.h index 8398b29..e1951eb 100644 --- a/include/configs/BMW.h +++ b/include/configs/BMW.h @@ -49,9 +49,6 @@ #define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */ -#define CONFIG_BCM570x 1 /* Use Broadcom BCM570x Ethernet Driver */ -#define CONFIG_TIGON3 1 - #define CONFIG_CONS_INDEX 1 #define CONFIG_BAUDRATE 9600 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } @@ -84,6 +81,8 @@ #define CONFIG_CMD_DATE #define CONFIG_CMD_ELF +#undef CONFIG_CMD_NET +#undef CONFIG_CMD_NFS #if 0 |