summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/uniphier/support_card.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/armv7/uniphier/support_card.c')
-rw-r--r--arch/arm/cpu/armv7/uniphier/support_card.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/uniphier/support_card.c b/arch/arm/cpu/armv7/uniphier/support_card.c
index 419012e..443224c 100644
--- a/arch/arm/cpu/armv7/uniphier/support_card.c
+++ b/arch/arm/cpu/armv7/uniphier/support_card.c
@@ -160,12 +160,12 @@ static const struct memory_bank memory_banks_boot_swap_on[] = {
#if defined(CONFIG_DCC_MICRO_SUPPORT_CARD)
static const struct memory_bank memory_banks_boot_swap_off[] = {
- {0x04000000, 0x04000000},
+ {0x04000000, 0x02000000},
};
static const struct memory_bank memory_banks_boot_swap_on[] = {
- {0x00000000, 0x04000000},
- {0x04000000, 0x04000000},
+ {0x00000000, 0x02000000},
+ {0x04000000, 0x02000000},
};
#endif