microblaze: Move eth configuration to Kconfig
[platform/kernel/u-boot.git] / include / configs / dbau1x00.h
index 46e3a6c..817676f 100644 (file)
@@ -75,7 +75,6 @@
  * Command line configuration.
  */
 #undef CONFIG_CMD_BEDBUG
-#undef CONFIG_CMD_ELF
 #undef CONFIG_CMD_FAT
 #undef CONFIG_CMD_MII
 
 #define CONFIG_FLASH_CFI_DRIVER    1
 
 /* The following #defines are needed to get flash environment right */
+/* ROM version */
+#define CONFIG_SYS_TEXT_BASE           0xbfc00000
+/* RAM version */
+/* #define CONFIG_SYS_TEXT_BASE                0x80100000 */
+
 #define        CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
 #define        CONFIG_SYS_MONITOR_LEN          (192 << 10)