]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
86xx: Remove cache config from configs.h
authorJon Loeliger <jdl@freescale.com>
Wed, 9 Jan 2008 18:14:55 +0000 (12:14 -0600)
committerJon Loeliger <jdl@freescale.com>
Wed, 9 Jan 2008 18:14:55 +0000 (12:14 -0600)
Just use the standard defines in asm/cache.h.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
include/configs/MPC8610HPCD.h

index 11c1836179577dedb519a5948a086051c52306af..eb6ccb6e19662bd433129105679b18daed9f701d 100644 (file)
  */
 #define CFG_BOOTMAPSZ  (8 << 20)       /* Initial Memory map for Linux*/
 
-/* Cache Configuration */
-#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
-
 /*
  * Internal Definitions
  *