Skip to content
Snippets Groups Projects
Commit 888d8281 authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

iopsys-brcm63xx-arm: rename the board smarthub3 to arc63158ref

parent b02aad54
Branches
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -69,7 +69,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther
default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xue534 default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xue534
default "963158GWV" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref
menuconfig BCM_CHIP_ID menuconfig BCM_CHIP_ID
...@@ -86,7 +86,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -86,7 +86,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "6846" if TARGET_iopsys_brcm63xx_arm_panther default "6846" if TARGET_iopsys_brcm63xx_arm_panther
default "6856" if TARGET_iopsys_brcm63xx_arm_xue534 default "6856" if TARGET_iopsys_brcm63xx_arm_xue534
default "63158" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "63158" if TARGET_iopsys_brcm63xx_arm_arc63158ref
menuconfig BCM_TOOLTUPLE menuconfig BCM_TOOLTUPLE
string "Broadcom toolchain tuple" string "Broadcom toolchain tuple"
...@@ -111,7 +111,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -111,7 +111,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger
default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther
default "XUG534" if TARGET_iopsys_brcm63xx_arm_xue534 default "XUG534" if TARGET_iopsys_brcm63xx_arm_xue534
default "SMARTHUB3" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "ARC63158REF" if TARGET_iopsys_brcm63xx_arm_arc63158ref
config TARGET_HAS_VOICE config TARGET_HAS_VOICE
bool "Whether to build voice or exclude it entirely" bool "Whether to build voice or exclude it entirely"
......
...@@ -114,7 +114,7 @@ config TARGET_NAND_DEVSZ ...@@ -114,7 +114,7 @@ config TARGET_NAND_DEVSZ
default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger
default "268435456" if TARGET_iopsys_brcm63xx_arm_panther default "268435456" if TARGET_iopsys_brcm63xx_arm_panther
default "268435456" if TARGET_iopsys_brcm63xx_arm_xue534 default "268435456" if TARGET_iopsys_brcm63xx_arm_xue534
default "1073741824" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "1073741824" if TARGET_iopsys_brcm63xx_arm_arc63158ref
range 67108864 4294967296 range 67108864 4294967296
depends on NAND_SUPPORT depends on NAND_SUPPORT
...@@ -132,7 +132,7 @@ config TARGET_NAND_BLOCKSZ ...@@ -132,7 +132,7 @@ config TARGET_NAND_BLOCKSZ
default "131072" if TARGET_iopsys_brcm63xx_arm_tiger default "131072" if TARGET_iopsys_brcm63xx_arm_tiger
default "131072" if TARGET_iopsys_brcm63xx_arm_panther default "131072" if TARGET_iopsys_brcm63xx_arm_panther
default "131072" if TARGET_iopsys_brcm63xx_arm_xue534 default "131072" if TARGET_iopsys_brcm63xx_arm_xue534
default "262144" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "262144" if TARGET_iopsys_brcm63xx_arm_arc63158ref
range 16384 1048576 range 16384 1048576
depends on NAND_SUPPORT depends on NAND_SUPPORT
...@@ -150,7 +150,7 @@ config TARGET_NAND_PAGESZ ...@@ -150,7 +150,7 @@ config TARGET_NAND_PAGESZ
default "2048" if TARGET_iopsys_brcm63xx_arm_tiger default "2048" if TARGET_iopsys_brcm63xx_arm_tiger
default "2048" if TARGET_iopsys_brcm63xx_arm_panther default "2048" if TARGET_iopsys_brcm63xx_arm_panther
default "2048" if TARGET_iopsys_brcm63xx_arm_xue534 default "2048" if TARGET_iopsys_brcm63xx_arm_xue534
default "4096" if TARGET_iopsys_brcm63xx_arm_smarthub3 default "4096" if TARGET_iopsys_brcm63xx_arm_arc63158ref
range 256 65536 range 256 65536
depends on NAND_SUPPORT depends on NAND_SUPPORT
...@@ -180,7 +180,7 @@ choice DDR_TYPE ...@@ -180,7 +180,7 @@ choice DDR_TYPE
for addvtoken tool when generating the broadcom w for addvtoken tool when generating the broadcom w
image image
default TARGET_DDR_TYPE_DDR3 if TARGET_iopsys_brcm63xx_arm_smarthub3 default TARGET_DDR_TYPE_DDR3 if TARGET_iopsys_brcm63xx_arm_arc63158ref
default TARGET_DDR_TYPE_NONE default TARGET_DDR_TYPE_NONE
config TARGET_DDR_TYPE_NONE config TARGET_DDR_TYPE_NONE
......
...@@ -106,13 +106,13 @@ endef ...@@ -106,13 +106,13 @@ endef
$(eval $(call Profile,xue534)) $(eval $(call Profile,xue534))
#################### SmartHub3 #################### arc63158ref
define Profile/smarthub3 define Profile/arc63158ref
NAME:=smarthub3 NAME:=arc63158ref
endef endef
define Profile/sphinx/Description define Profile/arc63158ref/Description
smarthub3 profile arc63158ref profile
endef endef
$(eval $(call Profile,smarthub3)) $(eval $(call Profile,arc63158ref))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment