[PATCH] crypto/fsl: add invalidate_dcache_range for hash output buffer

Fabio Estevam festevam at gmail.com
Mon Apr 18 20:41:37 CEST 2022


Hi Gaurav,

On Mon, Apr 18, 2022 at 6:30 AM Gaurav Jain <gaurav.jain at nxp.com> wrote:

>         if (!IS_ALIGNED((uintptr_t)pbuf, ARCH_DMA_MINALIGN) ||
>             !IS_ALIGNED((uintptr_t)pout, ARCH_DMA_MINALIGN)) {
>                 puts("Error: Address arguments are not aligned\n");
>                 return -EINVAL;
>         }
>
> +       debug("\ncaam hash\n");

Minor nit: please remove this line.

Reviewed-by: Fabio Estevam <festevam at denx.de>


More information about the U-Boot mailing list