]> git.sur5r.net Git - u-boot/commitdiff
sh: Remove comment out code from include/asm-sh/cpu_sh4.h
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 22 Sep 2007 17:17:08 +0000 (02:17 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 22 Sep 2007 17:17:08 +0000 (02:17 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/asm-sh/cpu_sh4.h

index dca61ca71bc5d15b65f968c9b4f5b3b41119133f..265803956df4284aa7c0bc4ba33027fe47a00e16 100644 (file)
 #define CACHE_OC_WAY_SHIFT     14
 #define CACHE_OC_NUM_ENTRIES   512
 #define CACHE_OC_ENTRY_SHIFT   5
-//#define CACHE_OC_NUM_WAYS    1
 
 #if defined (CONFIG_CPU_SH7750)
 #include <asm/cpu_sh7750.h>
-//#ifdef CONFIG_CPU_TYPE_R
-//#define CCR_CACHE_INIT   0x8000090d     /* EMODE,ICI,ICE(16k),OCI,P1-wb,OCE(32k) */
-//#else
-//#define CCR_CACHE_INIT   0x0000090b
-//#endif
 #elif defined (CONFIG_CPU_SH7722)
 #include <asm/cpu_sh7722.h>
-//#define CCR_CACHE_INIT   0x0000090d
 #else
 #error "Unknown SH4 variant"
 #endif