summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/support_card.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-11 20:17:47 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:27:53 +0900
commitd5ed8c5727f6985505ceb6e8640528e7e08e9670 (patch)
tree8730893f54c4f2f676281a47694efb3517753ee8 /arch/arm/mach-uniphier/support_card.c
parent4ef542efd54e24c523506df174c4d1978800ef9c (diff)
downloadtalos-obmc-uboot-d5ed8c5727f6985505ceb6e8640528e7e08e9670.tar.gz
talos-obmc-uboot-d5ed8c5727f6985505ceb6e8640528e7e08e9670.zip
ARM: uniphier: change the external bus address mapping
In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces 0x00000000 - 0x0fffffff 0x40000000 - 0x4fffffff are both mapped to the external bus (also called system bus), so either was OK. In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is assigned for the serial NOR interface. Going forward, use the latter for the external bus. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-uniphier/support_card.c')
-rw-r--r--arch/arm/mach-uniphier/support_card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/support_card.c b/arch/arm/mach-uniphier/support_card.c
index 4ca6ffea2d..ef4576de43 100644
--- a/arch/arm/mach-uniphier/support_card.c
+++ b/arch/arm/mach-uniphier/support_card.c
@@ -103,7 +103,7 @@ static int mem_is_flash(const struct memory_bank *mem)
/* {address, size} */
static const struct memory_bank memory_banks[] = {
- {0x02000000, 0x01f00000},
+ {0x42000000, 0x01f00000},
};
static const struct memory_bank
OpenPOWER on IntegriCloud