All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: ti: Add missing guards to headers
@ 2017-06-13 15:15 Sam Protsenko
  2017-06-13 19:24 ` Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sam Protsenko @ 2017-06-13 15:15 UTC (permalink / raw)
  To: u-boot

To prevent possible double inclusions in future.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
---
 include/environment/ti/dfu.h | 5 +++++
 include/environment/ti/mmc.h | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/include/environment/ti/dfu.h b/include/environment/ti/dfu.h
index c9f61a577e..c89005ff4c 100644
--- a/include/environment/ti/dfu.h
+++ b/include/environment/ti/dfu.h
@@ -6,6 +6,9 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
+#ifndef __TI_DFU_H
+#define __TI_DFU_H
+
 #define DFU_ALT_INFO_MMC \
 	"dfu_alt_info_mmc=" \
 	"boot part 0 1;" \
@@ -75,3 +78,5 @@
 	"u-boot-env raw 0x1C0000 0x010000;" \
 	"u-boot-env.backup raw 0x1D0000 0x010000;" \
 	"kernel raw 0x1E0000 0x800000\0"
+
+#endif /* __TI_DFU_H */
diff --git a/include/environment/ti/mmc.h b/include/environment/ti/mmc.h
index b987f71516..4305ebdaaf 100644
--- a/include/environment/ti/mmc.h
+++ b/include/environment/ti/mmc.h
@@ -6,6 +6,9 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
+#ifndef __TI_MMC_H
+#define __TI_MMC_H
+
 #define DEFAULT_MMC_TI_ARGS \
 	"mmcdev=0\0" \
 	"mmcrootfstype=ext4 rootwait\0" \
@@ -66,3 +69,5 @@
 				"fi;" \
 			"fi;" \
 		"fi;\0"
+
+#endif /* __TI_MMC_H */
-- 
2.11.0

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

* [U-Boot] [PATCH] arm: ti: Add missing guards to headers
  2017-06-13 15:15 [U-Boot] [PATCH] arm: ti: Add missing guards to headers Sam Protsenko
@ 2017-06-13 19:24 ` Tom Rini
  2017-06-14  6:07 ` Lokesh Vutla
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-06-13 19:24 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 13, 2017 at 06:15:58PM +0300, Sam Protsenko wrote:

> To prevent possible double inclusions in future.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170613/98a46367/attachment.sig>

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

* [U-Boot] [PATCH] arm: ti: Add missing guards to headers
  2017-06-13 15:15 [U-Boot] [PATCH] arm: ti: Add missing guards to headers Sam Protsenko
  2017-06-13 19:24 ` Tom Rini
@ 2017-06-14  6:07 ` Lokesh Vutla
  2017-06-14 13:14 ` Tom Rini
  2017-06-16 17:11 ` [U-Boot] " Tom Rini
  3 siblings, 0 replies; 5+ messages in thread
From: Lokesh Vutla @ 2017-06-14  6:07 UTC (permalink / raw)
  To: u-boot



On Tuesday 13 June 2017 08:45 PM, Sam Protsenko wrote:
> To prevent possible double inclusions in future.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>  include/environment/ti/dfu.h | 5 +++++
>  include/environment/ti/mmc.h | 5 +++++
>  2 files changed, 10 insertions(+)
> 
> diff --git a/include/environment/ti/dfu.h b/include/environment/ti/dfu.h
> index c9f61a577e..c89005ff4c 100644
> --- a/include/environment/ti/dfu.h
> +++ b/include/environment/ti/dfu.h
> @@ -6,6 +6,9 @@
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
>  
> +#ifndef __TI_DFU_H
> +#define __TI_DFU_H
> +
>  #define DFU_ALT_INFO_MMC \
>  	"dfu_alt_info_mmc=" \
>  	"boot part 0 1;" \
> @@ -75,3 +78,5 @@
>  	"u-boot-env raw 0x1C0000 0x010000;" \
>  	"u-boot-env.backup raw 0x1D0000 0x010000;" \
>  	"kernel raw 0x1E0000 0x800000\0"
> +
> +#endif /* __TI_DFU_H */
> diff --git a/include/environment/ti/mmc.h b/include/environment/ti/mmc.h
> index b987f71516..4305ebdaaf 100644
> --- a/include/environment/ti/mmc.h
> +++ b/include/environment/ti/mmc.h
> @@ -6,6 +6,9 @@
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
>  
> +#ifndef __TI_MMC_H
> +#define __TI_MMC_H
> +
>  #define DEFAULT_MMC_TI_ARGS \
>  	"mmcdev=0\0" \
>  	"mmcrootfstype=ext4 rootwait\0" \
> @@ -66,3 +69,5 @@
>  				"fi;" \
>  			"fi;" \
>  		"fi;\0"
> +
> +#endif /* __TI_MMC_H */
> 

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

* [U-Boot] [PATCH] arm: ti: Add missing guards to headers
  2017-06-13 15:15 [U-Boot] [PATCH] arm: ti: Add missing guards to headers Sam Protsenko
  2017-06-13 19:24 ` Tom Rini
  2017-06-14  6:07 ` Lokesh Vutla
@ 2017-06-14 13:14 ` Tom Rini
  2017-06-16 17:11 ` [U-Boot] " Tom Rini
  3 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-06-14 13:14 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 13, 2017 at 06:15:58PM +0300, Sam Protsenko wrote:

> To prevent possible double inclusions in future.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170614/e3ceb4c7/attachment.sig>

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

* [U-Boot] arm: ti: Add missing guards to headers
  2017-06-13 15:15 [U-Boot] [PATCH] arm: ti: Add missing guards to headers Sam Protsenko
                   ` (2 preceding siblings ...)
  2017-06-14 13:14 ` Tom Rini
@ 2017-06-16 17:11 ` Tom Rini
  3 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2017-06-16 17:11 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 13, 2017 at 06:15:58PM +0300, Semen Protsenko wrote:

> To prevent possible double inclusions in future.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170616/cd99b67a/attachment.sig>

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

end of thread, other threads:[~2017-06-16 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 15:15 [U-Boot] [PATCH] arm: ti: Add missing guards to headers Sam Protsenko
2017-06-13 19:24 ` Tom Rini
2017-06-14  6:07 ` Lokesh Vutla
2017-06-14 13:14 ` Tom Rini
2017-06-16 17:11 ` [U-Boot] " Tom Rini

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.