forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 };