]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: Remove cache config from MPC8360ERDK.h
authorDave Liu <r63238@freescale.com>
Fri, 11 Jan 2008 10:42:19 +0000 (18:42 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 16 Jan 2008 18:00:49 +0000 (12:00 -0600)
The MPC8360ERDK board support patch is added before
the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
so, miss clean up it.

The patch clean up the miss cache config.

Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC8360ERDK.h

index 0f6f8f19c0589662134fe8f1bafe11e3184c26f1..8f6f57f22e22f68667927b03b78a03a5ec14ac5e 100644 (file)
 #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
  */