Skip to content
Snippets Groups Projects
Commit e89bf8bc authored by Stefan Roese's avatar Stefan Roese Committed by Luka Perkov
Browse files

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: default avatarStefan Roese <sr@denx.de>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: default avatarKevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: default avatarDirk Eibach <dirk.eibach@gdsys.cc>
parent cae9008f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment