11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
|
config BR2_ARCH
|
||
|
default "microblaze"
|
||
|
|
||
|
config BR2_ENDIAN
|
||
|
default "LITTLE" if BR2_microblazeel
|
||
|
default "BIG" if BR2_microblazebe
|
||
|
|
||
|
config BR2_microblaze
|
||
|
bool
|
||
|
default y if BR2_microblazeel || BR2_microblazebe
|