cf198e2299
Similar to other arch-specific strings, the 'KERNEL_ARCH' variable can be determined from Config.in.<arch> files. Besides aligning with similar strings, this also means simplification: the big 'sed' covers several architectures not even supported by Buildroot. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
config BR2_ARCH
|
|
default "microblazeel" if BR2_microblazeel
|
|
default "microblaze" if BR2_microblazebe
|
|
|
|
config BR2_KERNEL_ARCH
|
|
default "microblaze"
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE" if BR2_microblazeel
|
|
default "BIG" if BR2_microblazebe
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "Xilinx MicroBlaze"
|
|
|
|
config BR2_microblaze
|
|
bool
|
|
default y if BR2_microblazeel || BR2_microblazebe
|
|
|
|
# vim: ft=kconfig
|
|
# -*- mode:kconfig; -*-
|