public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] arch/arm/Kconfig: Whitespace correction
Date: Mon, 22 Aug 2016 08:22:18 -0400	[thread overview]
Message-ID: <1471868538-21965-2-git-send-email-trini@konsulko.com> (raw)
In-Reply-To: <1471868538-21965-1-git-send-email-trini@konsulko.com>

Use a tab not 8 spaces.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Changes in v2:
- New patch
---
 arch/arm/Kconfig | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e6d4a2043854..c871eaf4e39a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -14,66 +14,66 @@ config DMA_ADDR_T_64BIT
 	default y if ARM64
 
 config HAS_VBAR
-        bool
+	bool
 
 config HAS_THUMB2
-        bool
+	bool
 
 config CPU_ARM720T
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_ARM920T
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_ARM926EJS
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_ARM946ES
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_ARM1136
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_ARM1176
-        bool
-        select HAS_VBAR
+	bool
+	select HAS_VBAR
 	select SYS_CACHE_SHIFT_5
 
 config CPU_V7
-        bool
-        select HAS_VBAR
-        select HAS_THUMB2
+	bool
+	select HAS_VBAR
+	select HAS_THUMB2
 	select SYS_CACHE_SHIFT_6
 
 config CPU_V7M
 	bool
-        select HAS_THUMB2
+	select HAS_THUMB2
 	select SYS_CACHE_SHIFT_5
 
 config CPU_PXA
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config CPU_SA1100
-        bool
+	bool
 	select SYS_CACHE_SHIFT_5
 
 config SYS_CPU
-        default "arm720t" if CPU_ARM720T
-        default "arm920t" if CPU_ARM920T
-        default "arm926ejs" if CPU_ARM926EJS
-        default "arm946es" if CPU_ARM946ES
-        default "arm1136" if CPU_ARM1136
-        default "arm1176" if CPU_ARM1176
-        default "armv7" if CPU_V7
-        default "armv7m" if CPU_V7M
-        default "pxa" if CPU_PXA
-        default "sa1100" if CPU_SA1100
+	default "arm720t" if CPU_ARM720T
+	default "arm920t" if CPU_ARM920T
+	default "arm926ejs" if CPU_ARM926EJS
+	default "arm946es" if CPU_ARM946ES
+	default "arm1136" if CPU_ARM1136
+	default "arm1176" if CPU_ARM1176
+	default "armv7" if CPU_V7
+	default "armv7m" if CPU_V7M
+	default "pxa" if CPU_PXA
+	default "sa1100" if CPU_SA1100
 	default "armv8" if ARM64
 
 config SYS_ARM_ARCH
@@ -398,9 +398,9 @@ config TARGET_RASTABAN
 	select DM_GPIO
 
 config TARGET_ETAMIN
-        bool "Support etamin"
-        select CPU_V7
-        select SUPPORT_SPL
+	bool "Support etamin"
+	select CPU_V7
+	select SUPPORT_SPL
 	select DM
 	select DM_SERIAL
 	select DM_GPIO
-- 
1.9.1

  reply	other threads:[~2016-08-22 12:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 12:22 [U-Boot] [PATCH v2 1/2] ARM: Move SYS_CACHELINE_SIZE over to Kconfig Tom Rini
2016-08-22 12:22 ` Tom Rini [this message]
2016-08-29 12:01   ` [U-Boot] [U-Boot, v2, 2/2] arch/arm/Kconfig: Whitespace correction Tom Rini
2016-08-22 12:41 ` [U-Boot] [PATCH v2 1/2] ARM: Move SYS_CACHELINE_SIZE over to Kconfig Masahiro Yamada
2016-08-22 13:24 ` Chin Liang See
2016-08-22 13:39   ` Tom Rini
2016-08-22 14:18     ` Chin Liang See
2016-08-22 14:44 ` Ladislav Michl
2016-08-22 14:59   ` Tom Rini
2016-08-22 16:34 ` Stephen Warren
2016-08-22 16:55   ` Tom Rini
2016-08-24 15:20 ` Paul Kocialkowski
2016-08-29 12:01 ` [U-Boot] [U-Boot, v2, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471868538-21965-2-git-send-email-trini@konsulko.com \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox