diff options
| author | Tom Rini <[email protected]> | 2023-04-26 13:29:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-26 13:29:49 -0400 |
| commit | caf0a88d9f317aecada0cece5d7f9df371058805 (patch) | |
| tree | 3b7384c980d3b1eab26b088a26d0ad1f83452026 /include/bootdev.h | |
| parent | 2356053a945899687e894a3e3b3de09dd9814bb8 (diff) | |
| parent | 4204c50cbb5ac85e12a6a5a738d6d80b28147a88 (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.h | 2 |
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, |
