We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65702c3 commit 955a412Copy full SHA for 955a412
drivers/soc/qcom/socinfo.c
@@ -38,6 +38,7 @@
38
#define SMEM_IMAGE_TABLE_BOOT_INDEX 0
39
#define SMEM_IMAGE_TABLE_TZ_INDEX 1
40
#define SMEM_IMAGE_TABLE_RPM_INDEX 3
41
+#define SMEM_IMAGE_TABLE_APPSBL_INDEX 9
42
#define SMEM_IMAGE_TABLE_APPS_INDEX 10
43
#define SMEM_IMAGE_TABLE_MPSS_INDEX 11
44
#define SMEM_IMAGE_TABLE_ADSP_INDEX 12
@@ -56,6 +57,7 @@
56
57
*/
58
static const char *const socinfo_image_names[] = {
59
[SMEM_IMAGE_TABLE_ADSP_INDEX] = "adsp",
60
+ [SMEM_IMAGE_TABLE_APPSBL_INDEX] = "appsbl",
61
[SMEM_IMAGE_TABLE_APPS_INDEX] = "apps",
62
[SMEM_IMAGE_TABLE_BOOT_INDEX] = "boot",
63
[SMEM_IMAGE_TABLE_CNSS_INDEX] = "cnss",
0 commit comments