]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-k3: security: Use dma-mapping for cache ops
authorAndrew Davis <afd@ti.com>
Fri, 7 Oct 2022 17:12:29 +0000 (12:12 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 18 Oct 2022 17:40:40 +0000 (13:40 -0400)
commit1f0834a1d2f9bb5545e860707d303e12758cd011
tree4b65d33bf36d9702b2101a56eacdb68b9a6ca6f9
parentbebd4212acf84bd08827b19c868a8fa95356ee59
arm: mach-k3: security: Use dma-mapping for cache ops

This matches how this would be done in Linux and these functions
do the alignment for us which makes the code look cleaner.

Signed-off-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/security.c