Cleanup debug code for yucca board.
[platform/kernel/u-boot.git] / include / configs / yucca.h
index 9dd9e5e..a6532b5 100644 (file)
@@ -31,9 +31,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define DEBUG
-#undef DEBUG
-
 /*-----------------------------------------------------------------------
  * High Level Configuration Options
  *----------------------------------------------------------------------*/
@@ -67,8 +64,9 @@
 #define CFG_PCI_BASE           0xd0000000      /* internal PCI regs    */
 #define CFG_PCI_TARGBASE       CFG_PCI_MEMBASE
 
-#define CFG_PCIE_MEMBASE       0xB0000000      /* mapped PCIe memory   */
+#define CFG_PCIE_MEMBASE       0xb0000000      /* mapped PCIe memory   */
 #define CFG_PCIE_MEMSIZE       0x01000000
+#define CFG_PCIE_BASE          0xe0000000      /* PCIe UTL regs */
 
 #define CFG_PCIE0_CFGBASE      0xc0000000
 #define CFG_PCIE0_XCFGBASE     0xc0000400
 #define CFG_PCIE2_CFGBASE      0xc0002000
 #define CFG_PCIE2_XCFGBASE     0xc0002400
 
-#define CFG_PCIE0_REGBASE      0xc0003000
-#define CFG_PCIE1_REGBASE      0xc0003400
-#define CFG_PCIE2_REGBASE      0xc0004000
-#define CFG_PCIE3_REGBASE      0xc0004400
-#define CFG_PCIE4_REGBASE      0xc0005000
-#define CFG_PCIE5_REGBASE      0xc0005400
-
 /* System RAM mapped to PCI space */
 #define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE
 #define CONFIG_PCI_SYS_MEM_PHYS        CFG_SDRAM_BASE
 #define CONFIG_PHY_GIGE                1       /* Include GbE speed/duplex detection */
 #define CFG_RX_ETH_BUFFER      32      /* Number of ethernet rx buffers & descriptors */
 
+#define CONFIG_NETCONSOLE              /* include NetConsole support   */
+#define CONFIG_NET_MULTI               /* needed for NetConsole        */
+
 #undef CONFIG_WATCHDOG                 /* watchdog disabled            */
 
 /*
 
 #define CFG_HZ                 1000            /* decrementer freq: 1 ms ticks */
 
+#define CONFIG_CMDLINE_EDITING 1       /* add command line history     */
+#define CONFIG_LOOPW            1       /* enable loopw command         */
+#define CONFIG_MX_CYCLIC        1       /* enable mdc/mwc commands      */
+#define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
+#define CONFIG_VERSION_VARIABLE 1      /* include version env variable */
+
 /*-----------------------------------------------------------------------
  * FLASH related
  *----------------------------------------------------------------------*/