summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2016-02-24 21:47:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-25 09:45:05 +0100
commitc8db6508d8252230caa086621a321d71f77144ac (patch)
tree37592911388d413596d53340174c6e27ad55ea07 /arch
parentf4594878f54cd9dd8f9edb2c211fa6517d3cff3a (diff)
downloadbarebox-c8db6508d8252230caa086621a321d71f77144ac.tar.gz
barebox-c8db6508d8252230caa086621a321d71f77144ac.tar.xz
Kconfig: avoid tabs in help text
Tabs in kconfig help text will create unwanted indention artefacs when the help text is scrolled horizontally. Replacing tabs with spaces. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c631c33cf3..33ae145193 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -698,8 +698,8 @@ config IMX_OCOTP_WRITE
MAC to 12:34:56:78:9A:BC (2 words with address 0x22 (OCOTP_MAC0) and
address 0x23 (OCOTP_MAC1)). To calculate the file offset multiply
the value of the address by 4.
- mw -l -d /dev/imx-ocotp 0x8C 0x00001234
- mw -l -d /dev/imx-ocotp 0x88 0x56789ABC
+ mw -l -d /dev/imx-ocotp 0x8C 0x00001234
+ mw -l -d /dev/imx-ocotp 0x88 0x56789ABC
config HAB
bool