]> git.baikalelectronics.ru Git - uboot.git/commit
cache: l2x0: Fix missing write to Auxiliary Control Register
authorLey Foon Tan <ley.foon.tan@intel.com>
Mon, 4 May 2020 10:41:55 +0000 (18:41 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 6 May 2020 19:12:48 +0000 (15:12 -0400)
commit167420a2562325c6f1c9b3e707660c88416cb1ef
tree9acf4fc82e747b1788bec31a07e6568e734a2f79
parenta8c8cfe833a9947844bb9fd8f26b8c57ce6cbc49
cache: l2x0: Fix missing write to Auxiliary Control Register

In commit ca35cb0c969a ("cache: l2x0: Fix write to incorrect shared-override
bit") we removed writel to regs->pl310_aux_ctrl by accident.  This
commit restores it back.

Fixes: ca35cb0c969a ("cache: l2x0: Fix write to incorrect shared-override bit")
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
drivers/cache/cache-l2x0.c