From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- 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