summaryrefslogtreecommitdiff
path: root/include/configs/suzaku.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-08-15 21:05:07 +0200
committerMichal Simek <monstr@monstr.eu>2007-08-15 21:05:07 +0200
commitd1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 (patch)
tree9498f6be141a7b40eed17983afe11ce0a47405e5 /include/configs/suzaku.h
parent7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 (diff)
[FIX] Correction command setting for Microblaze boards
Diffstat (limited to 'include/configs/suzaku.h')
-rw-r--r--include/configs/suzaku.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h
index 22c529b690..9a2eec1bb2 100644
--- a/include/configs/suzaku.h
+++ b/include/configs/suzaku.h
@@ -56,21 +56,16 @@
#define MICROBLAZE_SYSREG_BASE_ADDR 0xFFFFA000
#define MICROBLAZE_SYSREG_RECONFIGURE (1 << 0)
-
-/*
- * BOOTP options
- */
-#define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
-
-
/*
* Command line configuration.
*/
#include <config_cmd_default.h>
+#undef CONFIG_CMD_BDI
+#undef CONFIG_CMD_ENV
+#undef CONFIG_CMD_MEMORY
+#undef CONFIG_CMD_NET
+#undef CONFIG_CMD_MISC
#define CFG_UART1_BASE (0xFFFF2000)
#define CONFIG_SERIAL_BASE CFG_UART1_BASE