summaryrefslogtreecommitdiff
path: root/include/bootdev.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-04-26 13:29:49 -0400
committerTom Rini <[email protected]>2023-04-26 13:29:49 -0400
commitcaf0a88d9f317aecada0cece5d7f9df371058805 (patch)
tree3b7384c980d3b1eab26b088a26d0ad1f83452026 /include/bootdev.h
parent2356053a945899687e894a3e3b3de09dd9814bb8 (diff)
parent4204c50cbb5ac85e12a6a5a738d6d80b28147a88 (diff)
Merge branch '2023-04-26-enable-bootstd-for-all-rockchip'
- Merge Simon's series that enables bootstd and the distro bootmeth there for all of Rockchip.
Diffstat (limited to 'include/bootdev.h')
-rw-r--r--include/bootdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootdev.h b/include/bootdev.h
index b92ff4d4f15..e72ef3650f7 100644
--- a/include/bootdev.h
+++ b/include/bootdev.h
@@ -258,7 +258,7 @@ int bootdev_find_by_label(const char *label, struct udevice **devp,
* @devp: returns the device found, on success
* @method_flagsp: If non-NULL, returns any flags implied by the label
* (enum bootflow_meth_flags_t), 0 if none. Unset if function fails
- * Return: 0 if OK, -EINVAL if the uclass is not supported by this board,
+ * Return: 0 if OK, -EPFNOSUPPORT if the uclass is not supported by this board,
* -ENOENT if there is no device with that number
*/
int bootdev_find_by_any(const char *name, struct udevice **devp,