mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
arm: mach: sunxi: 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
0d0b127221
commit
18a7792677
@ -118,7 +118,6 @@ void clock_set_pll5(unsigned int clk)
|
||||
udelay(5500);
|
||||
}
|
||||
|
||||
|
||||
unsigned int clock_get_pll6(void)
|
||||
{
|
||||
struct sunxi_ccm_reg *const ccm =
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
#include <asm/arch/prcm.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
|
||||
static void clock_set_pll2(unsigned int clk)
|
||||
@ -166,7 +165,6 @@ void clock_set_pll6(unsigned int clk)
|
||||
sdelay(2000);
|
||||
}
|
||||
|
||||
|
||||
int clock_twi_onoff(int port, int state)
|
||||
{
|
||||
struct sunxi_ccm_reg *const ccm =
|
||||
|
||||
@ -284,7 +284,6 @@ static int mctl_channel_init(struct dram_para *para)
|
||||
writel(0x0, MCTL_PROTECT);
|
||||
udelay(100);
|
||||
|
||||
|
||||
/* Set ODT */
|
||||
if (IS_ENABLED(CONFIG_DRAM_ODT_EN))
|
||||
rval = 0x0;
|
||||
|
||||
@ -262,7 +262,6 @@ static void mctl_sys_init(void)
|
||||
reg_val |= ((0x1<<24)|(0x1<<30));
|
||||
mctl_write_w(CCM_PLL6_DDR_REG, reg_val);
|
||||
|
||||
|
||||
while(mctl_read_w(CCM_PLL6_DDR_REG) & (0x1<<30));
|
||||
}
|
||||
|
||||
|
||||
@ -650,7 +650,6 @@ static int mctl_channel_init(uint16_t socid, struct dram_para *para)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void mctl_auto_detect_dram_size_rank(uint16_t socid, struct dram_para *para, ulong base, struct rank_para *rank)
|
||||
{
|
||||
/* detect row address bits */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user