Skip to content

Commit a0a85e5

Browse files
pussuwpkarashchenko
authored andcommitted
arch/arm64: Move ELF_64BIT selection to arch/Kconfig
Unify the elf file format for the whole arm64 architecture
1 parent 263f895 commit a0a85e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

arch/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ config ARCH_ARM64
3838
select ARCH_HAVE_THREAD_LOCAL
3939
select ARCH_HAVE_PERF_EVENTS
4040
select ONESHOT
41+
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
4142
---help---
4243
The ARM64 architectures
4344

arch/arm64/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ config ARCH_CHIP_QEMU
5656
select ARCH_HAVE_RESET
5757
select ARCH_HAVE_TEXT_HEAP
5858
select ARM64_HAVE_PSCI
59-
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
6059
---help---
6160
QEMU virt platform (ARMv8a)
6261

@@ -71,7 +70,6 @@ config ARCH_CHIP_GOLDFISH
7170
select ARCH_HAVE_RESET
7271
select ARCH_NEED_ADDRENV_MAPPING
7372
select ARM64_HAVE_PSCI
74-
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
7573
---help---
7674
Android GoldFish platform for NuttX (ARMv8a),
7775
based on ARM virt board
@@ -97,7 +95,6 @@ config ARCH_CHIP_IMX9
9795
select ARCH_HAVE_I2CRESET
9896
select ARCH_HAVE_IRQTRIGGER
9997
select ARCH_NEED_ADDRENV_MAPPING
100-
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF
10198
---help---
10299
NXP i.MX9 (ARMv8.2a) applications processors
103100

0 commit comments

Comments
 (0)