summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-04-25 06:29:53 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-05-05 14:32:04 +0200
commite89bf8bcc9e331d09348e9456d46f8f022eb0732 (patch)
tree249a779e2fe4cfe24f793bf6103f4262feeb0ae2
parentcae9008f69ab07b6faf75ebd0167ef06b8ebaf99 (diff)
downloadtalos-obmc-uboot-e89bf8bcc9e331d09348e9456d46f8f022eb0732.tar.gz
talos-obmc-uboot-e89bf8bcc9e331d09348e9456d46f8f022eb0732.zip
arm: mvebu: Remove coherency configuration
We are not using the coherency feature in U-Boot at all. So lets remove this configuration from the mbus driver. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
-rw-r--r--arch/arm/mach-mvebu/mbus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/mbus.c b/arch/arm/mach-mvebu/mbus.c
index 05c9ef2cbb..9b76bce91d 100644
--- a/arch/arm/mach-mvebu/mbus.c
+++ b/arch/arm/mach-mvebu/mbus.c
@@ -341,9 +341,6 @@ static void mvebu_mbus_default_setup_cpu_target(struct mvebu_mbus_state *mbus)
w = &mbus_dram_info.cs[cs++];
w->cs_index = i;
w->mbus_attr = 0xf & ~(1 << i);
-#if defined(CONFIG_ARMADA_XP)
- w->mbus_attr |= ATTR_HW_COHERENCY;
-#endif
w->base = base & DDR_BASE_CS_LOW_MASK;
w->size = (size | ~DDR_SIZE_MASK) + 1;
}
OpenPOWER on IntegriCloud