Skip to content
Snippets Groups Projects
Commit 19de2deb authored by Semen Protsenko's avatar Semen Protsenko Committed by Tom Rini
Browse files

arm: ti: Add missing guards to headers


To prevent possible double inclusions in future.

Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 92100426
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __TI_DFU_H
#define __TI_DFU_H
#define DFU_ALT_INFO_MMC \ #define DFU_ALT_INFO_MMC \
"dfu_alt_info_mmc=" \ "dfu_alt_info_mmc=" \
"boot part 0 1;" \ "boot part 0 1;" \
...@@ -75,3 +78,5 @@ ...@@ -75,3 +78,5 @@
"u-boot-env raw 0x1C0000 0x010000;" \ "u-boot-env raw 0x1C0000 0x010000;" \
"u-boot-env.backup raw 0x1D0000 0x010000;" \ "u-boot-env.backup raw 0x1D0000 0x010000;" \
"kernel raw 0x1E0000 0x800000\0" "kernel raw 0x1E0000 0x800000\0"
#endif /* __TI_DFU_H */
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __TI_MMC_H
#define __TI_MMC_H
#define DEFAULT_MMC_TI_ARGS \ #define DEFAULT_MMC_TI_ARGS \
"mmcdev=0\0" \ "mmcdev=0\0" \
"mmcrootfstype=ext4 rootwait\0" \ "mmcrootfstype=ext4 rootwait\0" \
...@@ -66,3 +69,5 @@ ...@@ -66,3 +69,5 @@
"fi;" \ "fi;" \
"fi;" \ "fi;" \
"fi;\0" "fi;\0"
#endif /* __TI_MMC_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment