Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / arch / Config.in.microblaze
1 config BR2_ARCH
2         default "microblazeel"  if BR2_microblazeel
3         default "microblaze"    if BR2_microblazebe
4
5 config BR2_ENDIAN
6         default "LITTLE" if BR2_microblazeel
7         default "BIG"    if BR2_microblazebe
8
9 config BR2_microblaze
10         bool
11         default y if BR2_microblazeel || BR2_microblazebe
12
13 config BR2_ARCH_HAS_ATOMICS
14         default y