diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in
index a68102243b0259142444cf9c5f7e4af6b1151af1..05cab48571809cc3e8f510edd82052f001293fd2 100644
--- a/iopsys-brcm63xx-arm/Config.in
+++ b/iopsys-brcm63xx-arm/Config.in
@@ -138,7 +138,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
         default "EG400"       if TARGET_iopsys_brcm63xx_arm_eg400
         default "SDX810_RG"   if TARGET_iopsys_brcm63xx_arm_sdx810_rg
         default "SPHINX"      if TARGET_iopsys_brcm63xx_arm_sphinx
-        default "YINYANG"     if TARGET_iopsys_brcm63xx_arm_panther
+        default "PANTHER"     if TARGET_iopsys_brcm63xx_arm_panther
 
 	config TARGET_HAS_VOICE
 		bool "Whether to build voice or exclude it entirely"
diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk
index a81b20dfec27c1dfb6a810e9c5a8dd692f52850d..ff377ad9c605046bdcf8b53db60a1d2caf636ef2 100644
--- a/iopsys-brcm63xx-arm/profiles/iopsys.mk
+++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk
@@ -82,7 +82,7 @@ endef
 
 $(eval $(call Profile,sphinx))
 
-#################### YINYANG
+#################### PANTHER
 define Profile/panther
   NAME:=panther
 endef