Commit e89bf8bcc9e331d09348e9456d46f8f022eb0732

Authored by Stefan Roese
Committed by Luka Perkov
1 parent cae9008f69

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

arch/arm/mach-mvebu/mbus.c
... ... @@ -341,9 +341,6 @@
341 341 w = &mbus_dram_info.cs[cs++];
342 342 w->cs_index = i;
343 343 w->mbus_attr = 0xf & ~(1 << i);
344   -#if defined(CONFIG_ARMADA_XP)
345   - w->mbus_attr |= ATTR_HW_COHERENCY;
346   -#endif
347 344 w->base = base & DDR_BASE_CS_LOW_MASK;
348 345 w->size = (size | ~DDR_SIZE_MASK) + 1;
349 346 }