From: Youssef Samir <[email protected]> Update the Sahara image table for the AIC200 to add an entry for tz_qti_config.mbn at id 76.
Signed-off-by: Youssef Samir <[email protected]> Signed-off-by: Youssef Samir <[email protected]> --- drivers/accel/qaic/sahara.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/accel/qaic/sahara.c b/drivers/accel/qaic/sahara.c index 3ebcc1f7ff58..2a7b3f725de6 100644 --- a/drivers/accel/qaic/sahara.c +++ b/drivers/accel/qaic/sahara.c @@ -214,6 +214,7 @@ static const char * const aic200_image_table[] = { [73] = "qcom/aic200/gearvm.mbn", [74] = "qcom/aic200/sti.bin", [75] = "qcom/aic200/pvs.bin", + [76] = "qcom/aic200/tz_qti_config.mbn", }; static int sahara_find_image(struct sahara_context *context, u32 image_id) -- 2.43.0
