diff options
| author | Minkyu Kang <[email protected]> | 2009-12-18 15:03:51 +0900 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2010-01-13 13:19:04 +0900 |
| commit | e7ae13a57b4cbaa2cd3da8ffca614853d9d84230 (patch) | |
| tree | e1118b307348e4c195361cfe24c8dd20890c646c /include/configs | |
| parent | 824df58fc0e05596d91f8150029cafdf1adfc94e (diff) | |
s5pc1xx: update cache routines
Because of v7_flush_dcache_all is moved to omap3/cache.S
and s5pc110 needs cache routines, update s5pc1xx cache routines.
l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S
and invalidate_dcache is modified for SoC specific.
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/smdkc100.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 8c472aff475..9c270797fd6 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -47,8 +47,6 @@ #undef CONFIG_SKIP_RELOCATE_UBOOT -#define CONFIG_L2_OFF - /* input clock of PLL: SMDKC100 has 12MHz input clock */ #define CONFIG_SYS_CLK_FREQ 12000000 |
