diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-12-18 15:03:51 +0900 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-23 08:15:48 -0600 |
commit | d8e5f55475e621e793a15d93e2dd2549c5138735 (patch) | |
tree | 84b5d3a6093cf96379ea23f3bf4b6e655d5a9185 /include/configs/smdkc100.h | |
parent | 17ef9104ae11220979e1870f22dcaf535d9baacf (diff) | |
download | u-boot-d8e5f55475e621e793a15d93e2dd2549c5138735.tar.gz u-boot-d8e5f55475e621e793a15d93e2dd2549c5138735.tar.xz u-boot-d8e5f55475e621e793a15d93e2dd2549c5138735.zip |
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 <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdkc100.h')
-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 bf0ee67ba1..a8ba0528b6 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 |