Skip to content
Snippets Groups Projects
Commit 1e668fb2 authored by Ye.Li's avatar Ye.Li Committed by Troy Kisky
Browse files

MLK-10448-2 mx6: L2cache: Enable the double line fill for i.MX6DQP


Since i.MX6DQP has fixed the L2 cache issue, enable the double line
fill feature to provide better performance.

Signed-off-by: default avatarYe.Li <B37916@freescale.com>
parent bbb96acc
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,9 @@ void v7_outer_cache_enable(void)
#ifndef CONFIG_MX6Q
val |= 0x40800000;
#else
if (is_mx6dqp())
val |= 0x40800000;
#endif
writel(val, &pl310->pl310_prefetch_ctrl);
......
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