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>
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
config BR2_ARCH
|
|
default "microblazeel" if BR2_microblazeel
|
|
default "microblaze" if BR2_microblazebe
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE" if BR2_microblazeel
|
|
default "BIG" if BR2_microblazebe
|
|
|
|
config BR2_microblaze
|
|
bool
|
|
default y if BR2_microblazeel || BR2_microblazebe
|