4a3f597a0e
Now that BR2_ARCH_HAS_ATOMICS is no longer used anywhere, we can remove it from arch/Config.in*, as well as from the documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
config BR2_ARCH
|
|
default "aarch64" if BR2_aarch64
|
|
default "aarch64_be" if BR2_aarch64_be
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE" if BR2_aarch64
|
|
default "BIG" if BR2_aarch64_be
|