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 <s...@denx.de>
Cc: Thomas Petazzoni <thomas.petazz...@free-electrons.com>
Tested-by: Kevin Smith <kevin.sm...@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eib...@gdsys.cc>

---

Changes in v3:
- Removed coherency feature as its not used in U-Boot at all as pointed
  out by Thomas Petazzoni

Changes in v2: None

 arch/arm/mach-mvebu/mbus.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/mach-mvebu/mbus.c b/arch/arm/mach-mvebu/mbus.c
index 05c9ef2..9b76bce 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;
                }
-- 
2.3.6

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to