mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
sunxi: SPL style fixes
This commit is contained in:
@ -116,9 +116,8 @@ static void mctl_enable_dllx(void)
|
|||||||
else
|
else
|
||||||
n = 3;
|
n = 3;
|
||||||
|
|
||||||
for (i = 1; i < n; i++) {
|
for (i = 1; i < n; i++)
|
||||||
clrsetbits_le32(&dram->dllcr[i], 0x1 << 30, 0x1 << 31);
|
clrsetbits_le32(&dram->dllcr[i], 0x1 << 30, 0x1 << 31);
|
||||||
}
|
|
||||||
sdelay(0x100);
|
sdelay(0x100);
|
||||||
|
|
||||||
for (i = 1; i < n; i++)
|
for (i = 1; i < n; i++)
|
||||||
|
@ -334,7 +334,7 @@
|
|||||||
#define CONFIG_CMD_GPIO
|
#define CONFIG_CMD_GPIO
|
||||||
|
|
||||||
/* PMU */
|
/* PMU */
|
||||||
#if ! defined CONFIG_AXP152_POWER && ! defined CONFIG_NO_AXP
|
#if !defined CONFIG_AXP152_POWER && !defined CONFIG_NO_AXP
|
||||||
#define CONFIG_AXP209_POWER
|
#define CONFIG_AXP209_POWER
|
||||||
#endif
|
#endif
|
||||||
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER
|
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER
|
||||||
|
Reference in New Issue
Block a user