
24 Sep
2021
24 Sep
'21
4:14 p.m.
On Thu, Sep 02, 2021 at 05:00:18PM +0200, Stefan Roese wrote:
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: Stefan Roese sr@denx.de
Applied to u-boot/next, thanks!
--
Tom