forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/certs/blacklist_hashes.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "blacklist.h"
33
4
-const char __initdata *const blacklist_hashes[] = {
4
+const char __initconst *const blacklist_hashes[] = {
55 #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
66 , NULL
77 };