diff options
author | Nishanth Menon | 2023-08-25 13:02:48 -0500 |
---|---|---|
committer | Tom Rini | 2023-09-08 10:07:11 -0400 |
commit | fb2b32059328d284660c0db3e08acd4218c54c9f (patch) | |
tree | 94753bdc111b9f74a14d4f21d5d71af40e944180 /include/configs/ti_armv7_common.h | |
parent | 88419bb2d6c232020cfdd01091531c4602d1d412 (diff) |
include: configs: ti_armv7_common: Add documentation for protected section
Make the section protected by CONFIG_DISTRO_DEFAULTS macro clear.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index dbbeff34ba8..4e30d0d2ddf 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 */ |