Skip to content

Commit ec5e301

Browse files
nashifgalak
authored andcommitted
boards: up_squared: remove 32bit variant
This board was created for the transition to all 64bit, it is not needed anymore. Signed-off-by: Anas Nashif <[email protected]>
1 parent 20896ba commit ec5e301

File tree

7 files changed

+7
-61
lines changed

7 files changed

+7
-61
lines changed

boards/x86/up_squared/Kconfig.board

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ config BOARD_UP_SQUARED
55
bool "UP Squared (x86_64)"
66
depends on SOC_APOLLO_LAKE
77
select X86_64
8-
9-
config BOARD_UP_SQUARED_32
10-
bool "UP Squared (x86)"
11-
depends on SOC_APOLLO_LAKE

boards/x86/up_squared/Kconfig.defconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
if BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
3+
if BOARD_UP_SQUARED
44

55
config BOARD
6-
default "up_squared_32" if BOARD_UP_SQUARED_32
76
default "up_squared"
87

98
config MP_NUM_CPUS
@@ -30,4 +29,4 @@ config APIC_TIMER_TSC_N
3029
default 249
3130
endif
3231

33-
endif # BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
32+
endif # BOARD_UP_SQUARED

boards/x86/up_squared/up_squared_32.dts

Lines changed: 0 additions & 27 deletions
This file was deleted.

boards/x86/up_squared/up_squared_32.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/x86/up_squared/up_squared_32_defconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/boards/up_squared/gpio_counter/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ sample:
33
name: Example of using GPIOs on UP Squared board
44
tests:
55
sample.board.up_squared.gpio_counter:
6-
platform_allow: up_squared up_squared_32
6+
platform_allow: up_squared
77
tags: gpio
8+
integration_platforms:
9+
- up_squared

tests/arch/x86/info/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
tests:
22
arch.x86.info:
33
arch_allow: x86
4-
platform_allow: qemu_x86 ehl_crb up_squared up_squared_32
4+
platform_allow: qemu_x86 ehl_crb up_squared
55
harness: console
66
harness_config:
77
type: one_line
88
regex:
99
- "info: complete"
1010
arch.x86.info.userspace:
1111
arch_allow: x86
12-
platform_allow: qemu_x86 ehl_crb up_squared up_squared_32
12+
platform_allow: qemu_x86 ehl_crb up_squared
1313
extra_configs:
1414
- CONFIG_TEST_USERSPACE=y
1515
harness: console

0 commit comments

Comments
 (0)