summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-09-17 09:24:42 -0400
committerTom Rini <[email protected]>2023-09-17 09:24:42 -0400
commit064f29e48d09d4e75a5868856361fb18486b24ce (patch)
tree7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /boot
parent252592214f79d8206c3cf0056a8827a0010214e0 (diff)
parent8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (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 'boot')
-rw-r--r--boot/expo_build.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/expo_build.c b/boot/expo_build.c
index 22f62eb54bc..702bf498908 100644
--- a/boot/expo_build.c
+++ b/boot/expo_build.c
@@ -209,7 +209,7 @@ static void list_strings(struct build_info *info)
/**
* menu_build() - Build a menu and add it to a scene
*
- * See doc/developer/expo.rst for a description of the format
+ * See doc/develop/expo.rst for a description of the format
*
* @info: Build information
* @node: Node containing the menu description
@@ -282,7 +282,7 @@ static int menu_build(struct build_info *info, ofnode node, struct scene *scn)
/**
* menu_build() - Build an expo object and add it to a scene
*
- * See doc/developer/expo.rst for a description of the format
+ * See doc/develop/expo.rst for a description of the format
*
* @info: Build information
* @node: Node containing the object description
@@ -318,7 +318,7 @@ static int obj_build(struct build_info *info, ofnode node, struct scene *scn)
/**
* scene_build() - Build a scene and all its objects
*
- * See doc/developer/expo.rst for a description of the format
+ * See doc/develop/expo.rst for a description of the format
*
* @info: Build information
* @node: Node containing the scene description