mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
arm: cpu: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
f49c74da6d
commit
59fd084442
5 changed files with 0 additions and 5 deletions
|
@ -44,7 +44,6 @@ int cleanup_before_linux (void)
|
||||||
|
|
||||||
disable_interrupts();
|
disable_interrupts();
|
||||||
|
|
||||||
|
|
||||||
/* turn off I/D-cache */
|
/* turn off I/D-cache */
|
||||||
icache_disable();
|
icache_disable();
|
||||||
dcache_disable();
|
dcache_disable();
|
||||||
|
|
|
@ -49,7 +49,6 @@ unsigned long long get_ticks(void)
|
||||||
return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;
|
return (((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ulong timer_get_boot_us(void)
|
ulong timer_get_boot_us(void)
|
||||||
{
|
{
|
||||||
if (!gd->arch.timer_rate_hz)
|
if (!gd->arch.timer_rate_hz)
|
||||||
|
|
|
@ -84,7 +84,6 @@ static int peri_clk_enable(struct clk *c, int enable)
|
||||||
struct bcm_clk_gate *gate = &cd->gate;
|
struct bcm_clk_gate *gate = &cd->gate;
|
||||||
void *base = (void *)c->ccu_clk_mgr_base;
|
void *base = (void *)c->ccu_clk_mgr_base;
|
||||||
|
|
||||||
|
|
||||||
debug("%s: %s\n", __func__, c->name);
|
debug("%s: %s\n", __func__, c->name);
|
||||||
|
|
||||||
clk_get_rate(c); /* Make sure rate and sel are filled in */
|
clk_get_rate(c); /* Make sure rate and sel are filled in */
|
||||||
|
|
|
@ -84,7 +84,6 @@ static int peri_clk_enable(struct clk *c, int enable)
|
||||||
struct bcm_clk_gate *gate = &cd->gate;
|
struct bcm_clk_gate *gate = &cd->gate;
|
||||||
void *base = (void *)c->ccu_clk_mgr_base;
|
void *base = (void *)c->ccu_clk_mgr_base;
|
||||||
|
|
||||||
|
|
||||||
debug("%s: %s\n", __func__, c->name);
|
debug("%s: %s\n", __func__, c->name);
|
||||||
|
|
||||||
clk_get_rate(c); /* Make sure rate and sel are filled in */
|
clk_get_rate(c); /* Make sure rate and sel are filled in */
|
||||||
|
|
|
@ -224,7 +224,6 @@ void enable_caches(void)
|
||||||
}
|
}
|
||||||
#endif /* #if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF) */
|
#endif /* #if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF) */
|
||||||
|
|
||||||
|
|
||||||
uint get_svr(void)
|
uint get_svr(void)
|
||||||
{
|
{
|
||||||
struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
|
struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
|
||||||
|
|
Loading…
Add table
Reference in a new issue