From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- 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