From 1fae04a8cced94b23e95b3cf5efd07d3a27bdacb Mon Sep 17 00:00:00 2001 From: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: Thu, 25 Jun 2020 15:20:42 +0200 Subject: [PATCH] iopsys-brcm63xx-arm: rename xue534 to xug534 --- iopsys-brcm63xx-arm/Config.in | 6 +++--- iopsys-brcm63xx-arm/config/{xue534 => xug534}/config | 0 iopsys-brcm63xx-arm/image/Config.in | 6 +++--- iopsys-brcm63xx-arm/profiles/iopsys.mk | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) rename iopsys-brcm63xx-arm/config/{xue534 => xug534}/config (100%) diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in index 9ddae10b1..1ba7bb20d 100644 --- a/iopsys-brcm63xx-arm/Config.in +++ b/iopsys-brcm63xx-arm/Config.in @@ -67,7 +67,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "96858GWO" if TARGET_iopsys_brcm63xx_arm_tiger default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther - default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xue534 + default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xug534 default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref @@ -86,7 +86,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "63138" if TARGET_iopsys_brcm63xx_arm_eg400 default "6858" if TARGET_iopsys_brcm63xx_arm_tiger default "6846" if TARGET_iopsys_brcm63xx_arm_panther - default "6856" if TARGET_iopsys_brcm63xx_arm_xue534 + default "6856" if TARGET_iopsys_brcm63xx_arm_xug534 default "63158" if TARGET_iopsys_brcm63xx_arm_arc63158ref @@ -114,7 +114,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400 default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther - default "XUG534" if TARGET_iopsys_brcm63xx_arm_xue534 + default "XUG534" if TARGET_iopsys_brcm63xx_arm_xug534 default "ARC63158REF" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "SRCMM6752REF" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref diff --git a/iopsys-brcm63xx-arm/config/xue534/config b/iopsys-brcm63xx-arm/config/xug534/config similarity index 100% rename from iopsys-brcm63xx-arm/config/xue534/config rename to iopsys-brcm63xx-arm/config/xug534/config diff --git a/iopsys-brcm63xx-arm/image/Config.in b/iopsys-brcm63xx-arm/image/Config.in index ea80a1e8f..2e5f054eb 100644 --- a/iopsys-brcm63xx-arm/image/Config.in +++ b/iopsys-brcm63xx-arm/image/Config.in @@ -165,7 +165,7 @@ config TARGET_NAND_DEVSZ default "268435456" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger default "268435456" if TARGET_iopsys_brcm63xx_arm_panther - default "268435456" if TARGET_iopsys_brcm63xx_arm_xue534 + default "268435456" if TARGET_iopsys_brcm63xx_arm_xug534 default "1073741824" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "134217728" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref range 67108864 4294967296 @@ -184,7 +184,7 @@ config TARGET_NAND_BLOCKSZ default "131072" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "131072" if TARGET_iopsys_brcm63xx_arm_tiger default "131072" if TARGET_iopsys_brcm63xx_arm_panther - default "131072" if TARGET_iopsys_brcm63xx_arm_xue534 + default "131072" if TARGET_iopsys_brcm63xx_arm_xug534 default "262144" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "131072" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref range 16384 1048576 @@ -203,7 +203,7 @@ config TARGET_NAND_PAGESZ default "2048" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "2048" if TARGET_iopsys_brcm63xx_arm_tiger default "2048" if TARGET_iopsys_brcm63xx_arm_panther - default "2048" if TARGET_iopsys_brcm63xx_arm_xue534 + default "2048" if TARGET_iopsys_brcm63xx_arm_xug534 default "4096" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "2048" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref range 256 65536 diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index e5587e266..ac3743981 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -95,16 +95,16 @@ endef $(eval $(call Profile,panther)) -#################### Xavi xue534 -define Profile/xue534 - NAME:=xue534 +#################### Xavi xug534 +define Profile/xug534 + NAME:=xug534 endef -define Profile/xue534/Description - Xavi xue534 profile +define Profile/xug534/Description + Xavi xug534 profile endef -$(eval $(call Profile,xue534)) +$(eval $(call Profile,xug534)) #################### arc63158ref define Profile/arc63158ref -- GitLab