diff mbox series

[V5,01/17] include: configs: ti_armv7_common: Add documentation for protected section

Message ID 20230824031101.3460411-2-nm@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series board: ti: Add support for BeaglePlay | expand

Commit Message

Nishanth Menon Aug. 24, 2023, 3:10 a.m. UTC
Make the section protected by CONFIG_DISTRO_DEFAULTS macro clear.

Signed-off-by: Nishanth Menon <nm@ti.com>
---

New patch (part of bootstd transition)

 include/configs/ti_armv7_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mattijs Korpershoek Aug. 24, 2023, 8:06 a.m. UTC | #1
On mer., août 23, 2023 at 22:10, Nishanth Menon <nm@ti.com> wrote:

> Make the section protected by CONFIG_DISTRO_DEFAULTS macro clear.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>
> New patch (part of bootstd transition)
>
>  include/configs/ti_armv7_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
> index dbbeff34ba82..4e30d0d2ddf8 100644
> --- a/include/configs/ti_armv7_common.h
> +++ b/include/configs/ti_armv7_common.h
> @@ -200,7 +200,7 @@
>  #define CFG_EXTRA_ENV_SETTINGS					\
>  	BOOTENV
>  
> -#endif
> +#endif /* CONFIG_DISTRO_DEFAULTS */
>  
>  #endif /* CONFIG_ARM64 */
>  
> -- 
> 2.40.0
diff mbox series

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index dbbeff34ba82..4e30d0d2ddf8 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -200,7 +200,7 @@ 
 #define CFG_EXTRA_ENV_SETTINGS					\
 	BOOTENV
 
-#endif
+#endif /* CONFIG_DISTRO_DEFAULTS */
 
 #endif /* CONFIG_ARM64 */