From 20b5d96b2225a3b4ec1f830d9f9a2de4521cfd9f Mon Sep 17 00:00:00 2001 From: Ronny Nilsson <ronny.nilsson@inteno.se> Date: Fri, 3 Nov 2017 13:33:50 +0100 Subject: [PATCH] bcmkernel: Use Broadcom SDK 5.02L.03 as default. --- iopsys-brcm63xx-mips/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iopsys-brcm63xx-mips/Config.in b/iopsys-brcm63xx-mips/Config.in index ca0789586..83e167990 100644 --- a/iopsys-brcm63xx-mips/Config.in +++ b/iopsys-brcm63xx-mips/Config.in @@ -4,8 +4,8 @@ menu "Target options Brcm63xx (ARM/MIPS)" choice prompt "Broadcom SDK version" - default BRCM_SDK_VER_502002 if TARGET_iopsys_brcm63xx_arm - default BRCM_SDK_VER_502002 if TARGET_iopsys_brcm63xx_mips + default BRCM_SDK_VER_502003 if TARGET_iopsys_brcm63xx_arm + default BRCM_SDK_VER_502003 if TARGET_iopsys_brcm63xx_mips help Version of the Broadcom SDK to use. -- GitLab