|
@@ -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
|