All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Fix Kconfig entry indentation
@ 2023-10-26  6:34 Michal Simek
  2023-11-06 12:43 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2023-10-26  6:34 UTC (permalink / raw)
  To: u-boot, git

Use tabs instead of space for entry indentation which is standard coding
style.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 arch/arm/mach-zynqmp/Kconfig | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/arch/arm/mach-zynqmp/Kconfig b/arch/arm/mach-zynqmp/Kconfig
index 26b80b7882c8..7e7c87d16fa9 100644
--- a/arch/arm/mach-zynqmp/Kconfig
+++ b/arch/arm/mach-zynqmp/Kconfig
@@ -100,30 +100,30 @@ config SPL_ZYNQMP_DRAM_ECC_INIT
 config SPL_ZYNQMP_DRAM_BANK1_BASE
 	depends on SPL_ZYNQMP_DRAM_ECC_INIT
 	hex "DRAM Bank1 address"
-       default 0x00000000
-       help
-         Start address of DRAM ECC bank1
+	default 0x00000000
+	help
+	  Start address of DRAM ECC bank1
 
 config SPL_ZYNQMP_DRAM_BANK1_LEN
 	depends on SPL_ZYNQMP_DRAM_ECC_INIT
 	hex "DRAM Bank1 size"
-       default 0x80000000
-       help
-         Size in bytes of the DRAM ECC bank1
+	default 0x80000000
+	help
+	  Size in bytes of the DRAM ECC bank1
 
 config SPL_ZYNQMP_DRAM_BANK2_BASE
 	depends on SPL_ZYNQMP_DRAM_ECC_INIT
 	hex "DRAM Bank2 address"
-       default 0x800000000
-       help
-         Start address of DRAM ECC bank2
+	default 0x800000000
+	help
+	  Start address of DRAM ECC bank2
 
 config SPL_ZYNQMP_DRAM_BANK2_LEN
 	depends on SPL_ZYNQMP_DRAM_ECC_INIT
 	hex "DRAM Bank2 size"
-       default 0x0
-       help
-         Size in bytes of the DRAM ECC bank2. A null size takes no action.
+	default 0x0
+	help
+	  Size in bytes of the DRAM ECC bank2. A null size takes no action.
 
 config SYS_MALLOC_F_LEN
 	default 0x600
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: zynqmp: Fix Kconfig entry indentation
  2023-10-26  6:34 [PATCH] arm64: zynqmp: Fix Kconfig entry indentation Michal Simek
@ 2023-11-06 12:43 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2023-11-06 12:43 UTC (permalink / raw)
  To: u-boot, git



On 10/26/23 08:34, Michal Simek wrote:
> Use tabs instead of space for entry indentation which is standard coding
> style.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   arch/arm/mach-zynqmp/Kconfig | 24 ++++++++++++------------
>   1 file changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/arch/arm/mach-zynqmp/Kconfig b/arch/arm/mach-zynqmp/Kconfig
> index 26b80b7882c8..7e7c87d16fa9 100644
> --- a/arch/arm/mach-zynqmp/Kconfig
> +++ b/arch/arm/mach-zynqmp/Kconfig
> @@ -100,30 +100,30 @@ config SPL_ZYNQMP_DRAM_ECC_INIT
>   config SPL_ZYNQMP_DRAM_BANK1_BASE
>   	depends on SPL_ZYNQMP_DRAM_ECC_INIT
>   	hex "DRAM Bank1 address"
> -       default 0x00000000
> -       help
> -         Start address of DRAM ECC bank1
> +	default 0x00000000
> +	help
> +	  Start address of DRAM ECC bank1
>   
>   config SPL_ZYNQMP_DRAM_BANK1_LEN
>   	depends on SPL_ZYNQMP_DRAM_ECC_INIT
>   	hex "DRAM Bank1 size"
> -       default 0x80000000
> -       help
> -         Size in bytes of the DRAM ECC bank1
> +	default 0x80000000
> +	help
> +	  Size in bytes of the DRAM ECC bank1
>   
>   config SPL_ZYNQMP_DRAM_BANK2_BASE
>   	depends on SPL_ZYNQMP_DRAM_ECC_INIT
>   	hex "DRAM Bank2 address"
> -       default 0x800000000
> -       help
> -         Start address of DRAM ECC bank2
> +	default 0x800000000
> +	help
> +	  Start address of DRAM ECC bank2
>   
>   config SPL_ZYNQMP_DRAM_BANK2_LEN
>   	depends on SPL_ZYNQMP_DRAM_ECC_INIT
>   	hex "DRAM Bank2 size"
> -       default 0x0
> -       help
> -         Size in bytes of the DRAM ECC bank2. A null size takes no action.
> +	default 0x0
> +	help
> +	  Size in bytes of the DRAM ECC bank2. A null size takes no action.
>   
>   config SYS_MALLOC_F_LEN
>   	default 0x600

Applied.
M


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-06 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26  6:34 [PATCH] arm64: zynqmp: Fix Kconfig entry indentation Michal Simek
2023-11-06 12:43 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.