From 7d07b3ae8ddad407913c5301877e694430a3263f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 23 Nov 2023 08:24:31 +0000 Subject: [PATCH] add build kerneldeb --- u-boot/include/rockchip/crypto_v2.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/u-boot/include/rockchip/crypto_v2.h b/u-boot/include/rockchip/crypto_v2.h index 9469266..41d1e83 100644 --- a/u-boot/include/rockchip/crypto_v2.h +++ b/u-boot/include/rockchip/crypto_v2.h @@ -564,7 +564,7 @@ #define LLI_DMA_CTRL_DST_DONE _BIT(9) #define LLI_DMA_CTRL_SRC_DONE _BIT(10) -#define LLI_USER_CPIHER_START _BIT(0) +#define LLI_USER_CIPHER_START _BIT(0) #define LLI_USER_STRING_START _BIT(1) #define LLI_USER_STRING_LAST _BIT(2) #define LLI_USER_STRING_AAD _BIT(3) -- Gitblit v1.6.2