global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / MPC8548CDS.h
index ff02c2c..6f3e298 100644 (file)
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_INTERRUPTS              /* enable pci, srio, ddr interrupts */
-
 #ifndef __ASSEMBLY__
 #include <linux/stringify.h>
 #endif
 
 /*
- * These can be toggled for performance analysis, otherwise use default.
- */
-#define CONFIG_L2_CACHE                        /* toggle L2 cache */
-
-/*
  * Only possible on E500 Version 2 or newer cores.
  */
 
@@ -32,9 +25,6 @@
 #define CFG_SYS_CCSRBAR_PHYS_LOW       CFG_SYS_CCSRBAR
 
 /* DDR Setup */
-#define CONFIG_SPD_EEPROM              /* Use SPD EEPROM for DDR setup*/
-
-#define CONFIG_MEM_INIT_VALUE  0xDeadBeef
 
 #define CFG_SYS_DDR_SDRAM_BASE 0x00000000      /* DDR is system memory*/
 #define CFG_SYS_SDRAM_BASE             CFG_SYS_DDR_SDRAM_BASE
 #define CFG_SYS_FLASH_BANKS_LIST \
        {CFG_SYS_FLASH_BASE_PHYS + 0x800000, CFG_SYS_FLASH_BASE_PHYS}
 
-#define CONFIG_HWCONFIG                        /* enable hwconfig */
-
 /*
  * SDRAM on the Local Bus
  */
  * 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
  */
 
-#define CONFIG_FSL_CADMUS
-
 #define CADMUS_BASE_ADDR 0xf8000000
 #ifdef CONFIG_PHYS_64BIT
 #define CADMUS_BASE_ADDR_PHYS  0xff8000000ull
 #endif
 #define CFG_SYS_SRIO1_MEM_SIZE 0x20000000      /* 512M */
 
-#if defined(CONFIG_TSEC_ENET)
-
-#define CONFIG_TSEC1   1
-#define CONFIG_TSEC1_NAME      "eTSEC0"
-#define CONFIG_TSEC2   1
-#define CONFIG_TSEC2_NAME      "eTSEC1"
-#define CONFIG_TSEC3   1
-#define CONFIG_TSEC3_NAME      "eTSEC2"
-#define CONFIG_TSEC4
-#define CONFIG_TSEC4_NAME      "eTSEC3"
-#undef CONFIG_MPC85XX_FEC
-
-#define TSEC1_PHY_ADDR         0
-#define TSEC2_PHY_ADDR         1
-#define TSEC3_PHY_ADDR         2
-#define TSEC4_PHY_ADDR         3
-
-#define TSEC1_PHYIDX           0
-#define TSEC2_PHYIDX           0
-#define TSEC3_PHYIDX           0
-#define TSEC4_PHYIDX           0
-#define TSEC1_FLAGS            TSEC_GIGABIT
-#define TSEC2_FLAGS            TSEC_GIGABIT
-#define TSEC3_FLAGS            (TSEC_GIGABIT | TSEC_REDUCED)
-#define TSEC4_FLAGS            (TSEC_GIGABIT | TSEC_REDUCED)
-#endif /* CONFIG_TSEC_ENET */
-
 /*
  * Miscellaneous configurable options
  */
  * Environment Configuration
  */
 
-#define CONFIG_IPADDR   192.168.1.253
-
-#define CONFIG_HOSTNAME         "unknown"
-#define CONFIG_ROOTPATH         "/nfsroot"
-#define CONFIG_UBOOTPATH       8548cds/u-boot.bin      /* TFTP server */
-
-#define CONFIG_SERVERIP         192.168.1.1
-#define CONFIG_GATEWAYIP 192.168.1.1
-#define CONFIG_NETMASK  255.255.255.0
-
-#define        CONFIG_EXTRA_ENV_SETTINGS               \
+#define        CFG_EXTRA_ENV_SETTINGS          \
        "hwconfig=fsl_ddr:ecc=off\0"            \
        "netdev=eth0\0"                         \
-       "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"     \
+       "uboot=" CONFIG_UBOOTPATH "\0"  \
        "tftpflash=tftpboot $loadaddr $uboot; " \
                "protect off " __stringify(CONFIG_TEXT_BASE)    \
                        " +$filesize; " \