diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/auth/tbbr/tbbr_cot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/auth/tbbr/tbbr_cot.c b/drivers/auth/tbbr/tbbr_cot.c index ab0243da..6023c784 100644 --- a/drivers/auth/tbbr/tbbr_cot.c +++ b/drivers/auth/tbbr/tbbr_cot.c @@ -230,8 +230,8 @@ static const auth_img_desc_t cot_desc[] = { } } }, - [BL30_IMAGE_ID] = { - .img_id = BL30_IMAGE_ID, + [SCP_BL2_IMAGE_ID] = { + .img_id = SCP_BL2_IMAGE_ID, .img_type = IMG_RAW, .parent = &cot_desc[SCP_FW_CONTENT_CERT_ID], .img_auth_methods = { |