From: Aswin Venkatesan <[email protected]> Update the Sahara image table for the AIC200 to add an entry for xbl_config image at id 38.
Signed-off-by: Aswin Venkatesan <[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..04e8acb94c04 100644 --- a/drivers/accel/qaic/sahara.c +++ b/drivers/accel/qaic/sahara.c @@ -194,6 +194,7 @@ static const char * const aic200_image_table[] = { [23] = "qcom/aic200/aop.mbn", [32] = "qcom/aic200/tz.mbn", [33] = "qcom/aic200/hypvm.mbn", + [38] = "qcom/aic200/xbl_config.elf", [39] = "qcom/aic200/aic200_abl.elf", [40] = "qcom/aic200/apdp.mbn", [41] = "qcom/aic200/devcfg.mbn", -- 2.43.0
