sunxi: SPL style fixes

This commit is contained in:
Henrik Nordstrom
2013-06-17 03:26:44 +02:00
parent 446c799e55
commit 372a64d0b5
2 changed files with 2 additions and 3 deletions

View File

@ -116,9 +116,8 @@ static void mctl_enable_dllx(void)
else
n = 3;
for (i = 1; i < n; i++) {
for (i = 1; i < n; i++)
clrsetbits_le32(&dram->dllcr[i], 0x1 << 30, 0x1 << 31);
}
sdelay(0x100);
for (i = 1; i < n; i++)

View File

@ -334,7 +334,7 @@
#define CONFIG_CMD_GPIO
/* PMU */
#if ! defined CONFIG_AXP152_POWER && ! defined CONFIG_NO_AXP
#if !defined CONFIG_AXP152_POWER && !defined CONFIG_NO_AXP
#define CONFIG_AXP209_POWER
#endif
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER