]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MIP405.h
ls102xa: Adjust some macros for SD boot on LS1021A QDS board
[u-boot] / include / configs / MIP405.h
index f248a56421cebd2d7dc9f99810b9c8b99e6f028d..ec62c8a0657b3dc3c5f2aac9a3ced24d00f8ae68 100644 (file)
  * (easy to change)
  ***********************************************************/
 #define CONFIG_405GP           1       /* This is a PPC405 CPU         */
-#define CONFIG_4xx             1       /* ...member of PPC4xx family   */
 #define CONFIG_MIP405          1       /* ...on a MIP405 board         */
 
 #define        CONFIG_SYS_TEXT_BASE    0xFFF80000
 
+
 /***********************************************************
  * Note that it may also be a MIP405T board which is a subset of the
  * MIP405
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_DATE
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_EEPROM
-#define CONFIG_CMD_ELF
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_IDE
  ************************************************************/
 #if defined(CONFIG_CMD_KGDB)
 #define CONFIG_KGDB_BAUDRATE   230400  /* speed to run kgdb serial port */
-#define CONFIG_KGDB_SER_INDEX  2       /* which serial port to use */
 #endif
 
 /************************************************************