]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/MIP405.h
i2c: zynq: Add support for the second i2c controller
[karo-tx-uboot.git] / include / configs / MIP405.h
index f248a56421cebd2d7dc9f99810b9c8b99e6f028d..68824fd2d43ff061e34eba4045f66583ff8fb169 100644 (file)
@@ -17,7 +17,6 @@
  * (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
  ************************************************************/
 #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
 
 /************************************************************