aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-08-25 13:02:48 -0500
committerTom Rini <trini@konsulko.com>2023-09-08 10:07:11 -0400
commitfb2b32059328d284660c0db3e08acd4218c54c9f (patch)
tree94753bdc111b9f74a14d4f21d5d71af40e944180 /include/configs
parent88419bb2d6c232020cfdd01091531c4602d1d412 (diff)
downloadu-boot-fb2b32059328d284660c0db3e08acd4218c54c9f.zip
u-boot-fb2b32059328d284660c0db3e08acd4218c54c9f.tar.gz
u-boot-fb2b32059328d284660c0db3e08acd4218c54c9f.tar.bz2
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')
-rw-r--r--include/configs/ti_armv7_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index dbbeff3..4e30d0d 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 */