aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-19 16:23:58 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:13:28 -0400
commit809c4f242f6c05f67a097ace0098c5bc1dfebdfb (patch)
treebe296730e721ef96c749974f87b32d6e613264b0 /arch
parenta3e7a3640b70e09583d4047e0c50955a19e6d9b0 (diff)
downloadu-boot-809c4f242f6c05f67a097ace0098c5bc1dfebdfb.zip
u-boot-809c4f242f6c05f67a097ace0098c5bc1dfebdfb.tar.gz
u-boot-809c4f242f6c05f67a097ace0098c5bc1dfebdfb.tar.bz2
Kconfig: Use spaces not tabs in Kconfig entiresWIP/2021-08-30-kconfig-migrations-part1-next
While the Kconfig language seems to accept either form of whitespace, we use a space throughout the project, except in these spots. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 0b4276c..7df0e17 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -141,7 +141,7 @@ if ARCH_EXYNOS7
choice
prompt "EXYNOS7 board select"
-config TARGET_ESPRESSO7420
+config TARGET_ESPRESSO7420
bool "ESPRESSO7420 board"
select ARM64
select ARMV8_MULTIENTRY