Skip to content
Commit 2862f219 authored by Stefan Roese's avatar Stefan Roese Committed by Tom Rini
Browse files

arm64: memset-arm64: Use simple memset when cache is disabled



The optimized memset uses the dc opcode, which causes problems when the
cache is disabled. This patch adds a check if the cache is disabled and
uses a very simple memset implementation in this case. Otherwise the
optimized version is used.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent ce1ea5e2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment