arch: use tabs instead of spaces in Config.in files
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fee632bab2
commit
8211ee3c59
@ -1,5 +1,5 @@
|
||||
config BR2_ARCH_IS_64
|
||||
bool
|
||||
bool
|
||||
|
||||
config BR2_SOFT_FLOAT
|
||||
bool
|
||||
|
@ -1,5 +1,5 @@
|
||||
config BR2_ARCH
|
||||
default "avr32"
|
||||
default "avr32"
|
||||
|
||||
config BR2_ENDIAN
|
||||
default "BIG"
|
||||
default "BIG"
|
||||
|
@ -66,7 +66,7 @@ config BR2_ARCH
|
||||
default "bfin"
|
||||
|
||||
config BR2_ENDIAN
|
||||
default "LITTLE"
|
||||
default "LITTLE"
|
||||
|
||||
config BR2_GCC_TARGET_CPU
|
||||
default bf606 if BR2_bf606
|
||||
|
Loading…
Reference in New Issue
Block a user