diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-17 09:24:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-17 09:24:42 -0400 |
commit | 064f29e48d09d4e75a5868856361fb18486b24ce (patch) | |
tree | 7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /include/expo.h | |
parent | 252592214f79d8206c3cf0056a8827a0010214e0 (diff) | |
parent | 8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (diff) |
Merge tag 'doc-2023-10-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-2
Documentation:
* fix code comments referring to doc/develop/expo.rst
* remove unused values from Chromebook kernel command line
* correct reference tag placement in tools/binman/binman.rst
Others:
* test: fix build dependency for event unit tests
Diffstat (limited to 'include/expo.h')
-rw-r--r-- | include/expo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expo.h b/include/expo.h index 0b1d944a16..e8f7d7d6ff 100644 --- a/include/expo.h +++ b/include/expo.h @@ -667,7 +667,7 @@ int expo_apply_theme(struct expo *exp, ofnode node); * * Build a complete expo from a description in the provided devicetree. * - * See doc/developer/expo.rst for a description of the format + * See doc/develop/expo.rst for a description of the format * * @root: Root node for expo description * @expp: Returns the new expo |