diff mbox series

[U-Boot,3/4] configs: odroid_xu3: Unify indentation

Message ID 20190222183643.5995-3-krzk@kernel.org
State Accepted
Commit d9cab9f92060cc19e3b79ec98cf2aa192d1be474
Delegated to: Minkyu Kang
Headers show
Series [U-Boot,1/4] arm: exynos: arndale: Replace Chander Kashyap inactive maintainer | expand

Commit Message

Krzysztof Kozlowski Feb. 22, 2019, 6:36 p.m. UTC
File mixed space and tab indentation.  Unify it.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 include/configs/odroid_xu3.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Lukasz Majewski Feb. 24, 2019, 9:32 p.m. UTC | #1
On Fri, 22 Feb 2019 19:36:42 +0100
Krzysztof Kozlowski <krzk@kernel.org> wrote:

> File mixed space and tab indentation.  Unify it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  include/configs/odroid_xu3.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/odroid_xu3.h
> b/include/configs/odroid_xu3.h index 7f4cff186151..5e765a2b2b02 100644
> --- a/include/configs/odroid_xu3.h
> +++ b/include/configs/odroid_xu3.h
> @@ -18,7 +18,7 @@
>  
>  #define TZPC_BASE_OFFSET		0x10000
>  
> -#define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256
> MB */ +#define SDRAM_BANK_SIZE			(256UL <<
> 20UL)	/* 256 MB */ /* Reserve the last 22 MiB for the secure
> firmware */ #define CONFIG_SYS_MEM_TOP_HIDE		(22UL <<
> 20UL) #define CONFIG_TZSW_RESERVED_DRAM_SIZE
> CONFIG_SYS_MEM_TOP_HIDE @@ -28,7 +28,7 @@
>  #define CONFIG_ENV_SIZE			(SZ_1K * 16)
>  #define CONFIG_ENV_OFFSET		(SZ_1K * 3136) /* ~3 MiB
> offset */ 
> -#define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR -
> 0x1000000) +#define CONFIG_SYS_INIT_SP_ADDR
> (CONFIG_SYS_LOAD_ADDR - 0x1000000) 
>  #define
> CONFIG_DEFAULT_CONSOLE		"console=ttySAC2,115200n8\0" 
> @@ -38,7 +38,7 @@
>  /* DFU */
>  #define CONFIG_SYS_DFU_DATA_BUF_SIZE	SZ_32M
>  #define DFU_DEFAULT_POLL_TIMEOUT	300
> -#define DFU_MANIFEST_POLL_TIMEOUT       25000
> +#define DFU_MANIFEST_POLL_TIMEOUT	25000
>  
>  /* THOR */
>  #define CONFIG_G_DNL_THOR_VENDOR_NUM
> CONFIG_USB_GADGET_VENDOR_NUM @@ -85,11 +85,11 @@
>  #define CONFIG_SET_DFU_ALT_BUF_LEN	(SZ_1K)
>  
>  /* Set soc_rev, soc_id, board_rev, boardname, fdtfile */
> -#define CONFIG_ODROID_REV_AIN			9
> +#define CONFIG_ODROID_REV_AIN		9
>  #define CONFIG_REVISION_TAG
>  
>  #undef CONFIG_SYS_BOARD
> -#define CONFIG_SYS_BOARD	"odroid"
> +#define CONFIG_SYS_BOARD		"odroid"
>  
>  /* Define new extra env settings, including DFU settings */
>  #undef CONFIG_EXTRA_ENV_SETTINGS

Reviewed-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Minkyu Kang March 12, 2019, 1:10 a.m. UTC | #2
On 23/02/2019 03:36, Krzysztof Kozlowski wrote:
> File mixed space and tab indentation.  Unify it.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  include/configs/odroid_xu3.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
> index 7f4cff186151..5e765a2b2b02 100644
> --- a/include/configs/odroid_xu3.h
> +++ b/include/configs/odroid_xu3.h
> @@ -18,7 +18,7 @@
>  
>  #define TZPC_BASE_OFFSET		0x10000
>  
> -#define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */
> +#define SDRAM_BANK_SIZE			(256UL << 20UL)	/* 256 MB */
>  /* Reserve the last 22 MiB for the secure firmware */
>  #define CONFIG_SYS_MEM_TOP_HIDE		(22UL << 20UL)
>  #define CONFIG_TZSW_RESERVED_DRAM_SIZE	CONFIG_SYS_MEM_TOP_HIDE
> @@ -28,7 +28,7 @@
>  #define CONFIG_ENV_SIZE			(SZ_1K * 16)
>  #define CONFIG_ENV_OFFSET		(SZ_1K * 3136) /* ~3 MiB offset */
>  
> -#define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR - 0x1000000)
> +#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_LOAD_ADDR - 0x1000000)
>  
>  #define CONFIG_DEFAULT_CONSOLE		"console=ttySAC2,115200n8\0"
>  
> @@ -38,7 +38,7 @@
>  /* DFU */
>  #define CONFIG_SYS_DFU_DATA_BUF_SIZE	SZ_32M
>  #define DFU_DEFAULT_POLL_TIMEOUT	300
> -#define DFU_MANIFEST_POLL_TIMEOUT       25000
> +#define DFU_MANIFEST_POLL_TIMEOUT	25000
>  
>  /* THOR */
>  #define CONFIG_G_DNL_THOR_VENDOR_NUM	CONFIG_USB_GADGET_VENDOR_NUM
> @@ -85,11 +85,11 @@
>  #define CONFIG_SET_DFU_ALT_BUF_LEN	(SZ_1K)
>  
>  /* Set soc_rev, soc_id, board_rev, boardname, fdtfile */
> -#define CONFIG_ODROID_REV_AIN			9
> +#define CONFIG_ODROID_REV_AIN		9
>  #define CONFIG_REVISION_TAG
>  
>  #undef CONFIG_SYS_BOARD
> -#define CONFIG_SYS_BOARD	"odroid"
> +#define CONFIG_SYS_BOARD		"odroid"
>  
>  /* Define new extra env settings, including DFU settings */
>  #undef CONFIG_EXTRA_ENV_SETTINGS
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.
diff mbox series

Patch

diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 7f4cff186151..5e765a2b2b02 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -18,7 +18,7 @@ 
 
 #define TZPC_BASE_OFFSET		0x10000
 
-#define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */
+#define SDRAM_BANK_SIZE			(256UL << 20UL)	/* 256 MB */
 /* Reserve the last 22 MiB for the secure firmware */
 #define CONFIG_SYS_MEM_TOP_HIDE		(22UL << 20UL)
 #define CONFIG_TZSW_RESERVED_DRAM_SIZE	CONFIG_SYS_MEM_TOP_HIDE
@@ -28,7 +28,7 @@ 
 #define CONFIG_ENV_SIZE			(SZ_1K * 16)
 #define CONFIG_ENV_OFFSET		(SZ_1K * 3136) /* ~3 MiB offset */
 
-#define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR - 0x1000000)
+#define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_LOAD_ADDR - 0x1000000)
 
 #define CONFIG_DEFAULT_CONSOLE		"console=ttySAC2,115200n8\0"
 
@@ -38,7 +38,7 @@ 
 /* DFU */
 #define CONFIG_SYS_DFU_DATA_BUF_SIZE	SZ_32M
 #define DFU_DEFAULT_POLL_TIMEOUT	300
-#define DFU_MANIFEST_POLL_TIMEOUT       25000
+#define DFU_MANIFEST_POLL_TIMEOUT	25000
 
 /* THOR */
 #define CONFIG_G_DNL_THOR_VENDOR_NUM	CONFIG_USB_GADGET_VENDOR_NUM
@@ -85,11 +85,11 @@ 
 #define CONFIG_SET_DFU_ALT_BUF_LEN	(SZ_1K)
 
 /* Set soc_rev, soc_id, board_rev, boardname, fdtfile */
-#define CONFIG_ODROID_REV_AIN			9
+#define CONFIG_ODROID_REV_AIN		9
 #define CONFIG_REVISION_TAG
 
 #undef CONFIG_SYS_BOARD
-#define CONFIG_SYS_BOARD	"odroid"
+#define CONFIG_SYS_BOARD		"odroid"
 
 /* Define new extra env settings, including DFU settings */
 #undef CONFIG_EXTRA_ENV_SETTINGS