[U-Boot] [PATCH] kconfig: Replace spaces with tabs

Trivial Kconfig cleanup. Use tabs instead of spaces.
Signed-off-by: Michal Simek michal.simek@xilinx.com ---
Kconfig | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/Kconfig b/Kconfig index cb953144c9da..db0f545e459b 100644 --- a/Kconfig +++ b/Kconfig @@ -144,24 +144,24 @@ config SYS_MALLOC_LEN TODO: Use for other architectures
config SPL_SYS_MALLOC_F_LEN - hex "Size of malloc() pool in SPL before relocation" - depends on SYS_MALLOC_F - default SYS_MALLOC_F_LEN - help - Before relocation, memory is very limited on many platforms. Still, - we can provide a small malloc() pool if needed. Driver model in - particular needs this to operate, so that it can allocate the - initial serial device and any others that are needed. + hex "Size of malloc() pool in SPL before relocation" + depends on SYS_MALLOC_F + default SYS_MALLOC_F_LEN + help + Before relocation, memory is very limited on many platforms. Still, + we can provide a small malloc() pool if needed. Driver model in + particular needs this to operate, so that it can allocate the + initial serial device and any others that are needed.
config TPL_SYS_MALLOC_F_LEN - hex "Size of malloc() pool in TPL before relocation" - depends on SYS_MALLOC_F - default SYS_MALLOC_F_LEN - help - Before relocation, memory is very limited on many platforms. Still, - we can provide a small malloc() pool if needed. Driver model in - particular needs this to operate, so that it can allocate the - initial serial device and any others that are needed. + hex "Size of malloc() pool in TPL before relocation" + depends on SYS_MALLOC_F + default SYS_MALLOC_F_LEN + help + Before relocation, memory is very limited on many platforms. Still, + we can provide a small malloc() pool if needed. Driver model in + particular needs this to operate, so that it can allocate the + initial serial device and any others that are needed.
menuconfig EXPERT bool "Configure standard U-Boot features (expert users)"

On Tue, Jul 24, 2018 at 7:47 AM, Michal Simek michal.simek@xilinx.com wrote:
Trivial Kconfig cleanup. Use tabs instead of spaces.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Reviewed-by: Joe Hershberger joe.hershberger@ni.com

On Tue, Jul 24, 2018 at 02:47:43PM +0200, Michal Simek wrote:
Trivial Kconfig cleanup. Use tabs instead of spaces.
Signed-off-by: Michal Simek michal.simek@xilinx.com Reviewed-by: Joe Hershberger joe.hershberger@ni.com
Applied to u-boot/master, thanks!
participants (3)
-
Joe Hershberger
-
Michal Simek
-
Tom Rini