diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-08-19 20:41:50 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-08-23 15:34:25 +0900 |
commit | 37168dab52bf8419a2fd91d2c098aed5c675ae50 (patch) | |
tree | f443dfeb9660ae669fd394d5ac850497c5bcc0de /arch/arm/cpu/armv7/s5pc1xx | |
parent | 852bd07c80b27f330da8da367989bcd8121569a7 (diff) | |
download | u-boot-imx-37168dab52bf8419a2fd91d2c098aed5c675ae50.zip u-boot-imx-37168dab52bf8419a2fd91d2c098aed5c675ae50.tar.gz u-boot-imx-37168dab52bf8419a2fd91d2c098aed5c675ae50.tar.bz2 |
ARMV7: S5P: rename from s5pc1xx to s5p
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p.
And getting cpu_id is SoC specific, so move to SoC's header file.
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'arch/arm/cpu/armv7/s5pc1xx')
-rw-r--r-- | arch/arm/cpu/armv7/s5pc1xx/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/s5pc1xx/clock.c b/arch/arm/cpu/armv7/s5pc1xx/clock.c index 67af84a..c9b5485 100644 --- a/arch/arm/cpu/armv7/s5pc1xx/clock.c +++ b/arch/arm/cpu/armv7/s5pc1xx/clock.c @@ -297,7 +297,7 @@ static unsigned long s5pc100_get_pclk(void) return get_pclkd1(); } -void s5pc1xx_clock_init(void) +void s5p_clock_init(void) { if (cpu_is_s5pc110()) { get_pll_clk = s5pc110_get_pll_clk; |