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:
Thomas Petazzoni 2013-07-16 10:03:25 +02:00 committed by Peter Korsgaard
parent fee632bab2
commit 8211ee3c59
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
config BR2_ARCH_IS_64
bool
bool
config BR2_SOFT_FLOAT
bool

View File

@ -1,5 +1,5 @@
config BR2_ARCH
default "avr32"
default "avr32"
config BR2_ENDIAN
default "BIG"
default "BIG"

View File

@ -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