]> git.ipfire.org Git - thirdparty/u-boot.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)
commitb0931d1bd165b53f5946c1d8c42a8e225b8e5cf0
tree4b65d33bf36d9702b2101a56eacdb68b9a6ca6f9
parentb9add6413d2bcbec281d1a1edeec5c729a576a1b
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