projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df170f
)
86xx: Remove cache config from configs.h
author
Jon Loeliger
<jdl@freescale.com>
Wed, 9 Jan 2008 18:14:55 +0000
(12:14 -0600)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/include/configs/MPC8610HPCD.h
b/include/configs/MPC8610HPCD.h
index 11c1836179577dedb519a5948a086051c52306af..eb6ccb6e19662bd433129105679b18daed9f701d 100644
(file)
--- a/
include/configs/MPC8610HPCD.h
+++ b/
include/configs/MPC8610HPCD.h
@@
-514,13
+514,6
@@
*/
#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
*