]> git.sur5r.net Git - u-boot/blobdiff - include/configs/spear-common.h
MIPS: provide a default u-boot-spl.lds
[u-boot] / include / configs / spear-common.h
index a309448ecfcc9570f22fe8ac46c0bf826f885ebc..7b2d262b4bb71f83ea52a6dabfc78ef8ffdaccba 100644 (file)
@@ -11,7 +11,6 @@
  * Common configurations used for both spear3xx as well as spear6xx
  */
 
-
 /* U-Boot Load Address */
 #define CONFIG_SYS_TEXT_BASE                   0x00700000
 
@@ -36,7 +35,6 @@
 
 /* I2C driver configuration */
 #define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_DW
 #if defined(CONFIG_SPEAR600)
 #define CONFIG_SYS_I2C_BASE                    0xD0200000
 #elif defined(CONFIG_SPEAR300)
 /*
  * Command support defines
  */
-#define CONFIG_CMD_I2C
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_ENV
 #define CONFIG_CMD_SAVES
-#define CONFIG_CMD_MII
-#define CONFIG_CMD_PING
-#define CONFIG_CMD_DHCP
 
 /*
  * Default Environment Varible definitions
                "console=ttyAMA0,115200 $(othbootargs);"                \
        CONFIG_BOOTCOMMAND
 
-
 #define CONFIG_ENV_SIZE                                0x02000
 #define CONFIG_SYS_MONITOR_BASE                        CONFIG_SYS_TEXT_BASE