Skip to content

Commit d9a3979

Browse files
nashifMaureenHelm
authored andcommitted
boards: up_squared_adsp: BOARD_UP_SQUARED_ADSP -> BOARD_INTEL_ADSP_CAVS15
Rename left over variable from up_squared to more generic adsp_cavs.. Signed-off-by: Anas Nashif <[email protected]>
1 parent efa794d commit d9a3979

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

boards/xtensa/intel_adsp_cavs15/Kconfig.board

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copyright (c) 2019 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
config BOARD_UP_SQUARED_ADSP
7-
bool "Xtensa on Up Squared"
6+
config BOARD_INTEL_ADSP_CAVS15
7+
bool "Intel ADSP CAVS 1.5"
88
depends on SOC_SERIES_INTEL_CAVS_V15

boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
if BOARD_UP_SQUARED_ADSP
5+
if BOARD_INTEL_ADSP_CAVS15
66

77
config BOARD
88
default "intel_adsp_cavs15"
@@ -43,4 +43,4 @@ config I2S_CAVS
4343
default y
4444
depends on I2S
4545

46-
endif # BOARD_UP_SQUARED_ADSP
46+
endif # BOARD_INTEL_ADSP_CAVS15

boards/xtensa/intel_adsp_cavs15/intel_adsp_cavs15.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
identifier: intel_adsp_cavs15
2-
name: Up Squared Audio DSP using CAVS (Connected Audio Voice and Speech)
2+
name: CAVS 1.5 Audio DSP (Connected Audio Voice and Speech)
33
type: mcu
44
arch: xtensa
55
toolchain:

boards/xtensa/intel_adsp_cavs15/intel_adsp_cavs15_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CONFIG_MAIN_STACK_SIZE=2048
44

55
CONFIG_SOC_SERIES_INTEL_CAVS_V15=y
6-
CONFIG_BOARD_UP_SQUARED_ADSP=y
6+
CONFIG_BOARD_INTEL_ADSP_CAVS15=y
77

88
CONFIG_GEN_ISR_TABLES=y
99
CONFIG_GEN_IRQ_VECTOR_TABLE=n

0 commit comments

Comments
 (0)