]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8360ERDK.h
ColdFire: Update FlexBus CS for MCF532x
[u-boot] / include / configs / MPC8360ERDK.h
index e6d0c5e98ee492179fd3f62621538600dfe0f06c..83a4b1efe1364646faaa2d22324c2fd920ebf60f 100644 (file)
 #define CONFIG_I2C_CMD_TREE
 #define CFG_I2C_SPEED  400000  /* I2C speed and slave address */
 #define CFG_I2C_SLAVE  0x7F
-#define CFG_I2C_NOPROBES       {0x52} /* Don't probe these addrs */
+#define CFG_I2C_NOPROBES       {{0x52}} /* Don't probe these addrs */
 #define CFG_I2C_OFFSET 0x3000
 #define CFG_I2C2_OFFSET 0x3100
 
  * QE UEC ethernet configuration
  */
 #define CONFIG_UEC_ETH
-#define CONFIG_ETHPRIME                "Freescale GETH"
+#define CONFIG_ETHPRIME                "FSL UEC0"
 
 #define CONFIG_UEC_ETH1                /* GETH1 */
 
 #define CFG_HID0_FINAL         HID0_ENABLE_MACHINE_CHECK
 #define CFG_HID2               HID2_HBE
 
-/*
- * Cache Config
- */
-#define CFG_DCACHE_SIZE                32768
-#define CFG_CACHELINE_SIZE     32
-#if defined(CONFIG_CMD_KGDB)
-#define CFG_CACHELINE_SHIFT    5 /*log base 2 of the above value */
-#endif
-
 /*
  * MMU Setup
  */