From 9dc2088c325ee9a3401b65c7aaf2bd9108ad0223 Mon Sep 17 00:00:00 2001
From: Kenneth Johansson <kenneth.johansson@iopsys.eu>
Date: Tue, 6 Oct 2020 22:26:03 +0200
Subject: [PATCH] bcm63xx-arm: we now have voice addon so change profile to use
 it.

---
 iopsys-brcm63xx-arm/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in
index 3c18b7b91..ade6320fa 100644
--- a/iopsys-brcm63xx-arm/Config.in
+++ b/iopsys-brcm63xx-arm/Config.in
@@ -34,8 +34,8 @@ menu "Target options Brcm63xx (ARM)"
     menuconfig BCM_KERNEL_PROFILE
         string
         prompt "Broadcom kernel profile"
-	default "963138GW"  if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
-	default "963138GW"  if TARGET_iopsys_brcm63xx_arm_dg400
+	default "963138GWV"  if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
+	default "963138GWV"  if TARGET_iopsys_brcm63xx_arm_dg400
 	default "963138GWV" if TARGET_iopsys_brcm63xx_arm_f104w
 	default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400
 	default "963138GW" if TARGET_iopsys_brcm63xx_arm_dg400prime
@@ -47,7 +47,7 @@ menu "Target options Brcm63xx (ARM)"
 	default "96858GWO"  if TARGET_iopsys_brcm63xx_arm_tiger
 
 	default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref
-	default "963158GW"  if TARGET_iopsys_brcm63xx_arm_smarthub3
+	default "963158GWV"  if TARGET_iopsys_brcm63xx_arm_smarthub3
 
 	default "96750GW"   if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
 
-- 
GitLab