aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
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 /board/freescale
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 'board/freescale')
-rw-r--r--board/freescale/mx6memcal/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6memcal/Kconfig b/board/freescale/mx6memcal/Kconfig
index 9987cba..481403a 100644
--- a/board/freescale/mx6memcal/Kconfig
+++ b/board/freescale/mx6memcal/Kconfig
@@ -87,12 +87,12 @@ choice
help
Select the type of DDR (DDR3 or LPDDR2) used on your design
-config DDR3
+config DDR3
bool "DDR3"
help
Select this if your board design uses DDR3.
-config LPDDR2
+config LPDDR2
bool "LPDDR2"
help
Select this if your board design uses LPDDR2.