From 32092f8d39d04d1db10857d60ac807a738847f4f Mon Sep 17 00:00:00 2001 From: Dalingrin Date: Mon, 13 Feb 2012 21:06:58 -0600 Subject: [PATCH] audio: force untrusted firmware load --- arch/arm/mach-msm/peripheral-reset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-msm/peripheral-reset.c b/arch/arm/mach-msm/peripheral-reset.c index f3f5388ac26..31ceaa4c6f4 100644 --- a/arch/arm/mach-msm/peripheral-reset.c +++ b/arch/arm/mach-msm/peripheral-reset.c @@ -575,13 +575,13 @@ static int __init msm_peripheral_reset_init(void) pil_modem_ops.auth_and_reset = reset_modem_trusted; pil_modem_ops.shutdown = shutdown_modem_trusted; } - +#ifndef CONFIG_MACH_TENDERLOIN if (pas_supported(PAS_Q6) > 0) { pil_q6_ops.init_image = init_image_q6_trusted; pil_q6_ops.auth_and_reset = reset_q6_trusted; pil_q6_ops.shutdown = shutdown_q6_trusted; } - +#endif if (pas_supported(PAS_DSPS) > 0) { pil_dsps_ops.init_image = init_image_dsps_trusted; pil_dsps_ops.auth_and_reset = reset_dsps_trusted;