mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 14:38:58 +00:00
smbios: get_str_from_dt() - add sysinfo_id description
Add description for parameter sysinfo_id of function get_str_from_dt().
Fixes: 07c9e683a4
("smbios: Allow a few values to come from sysinfo")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
85e490b22e
commit
b327e64d5f
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ void get_str_from_dt(const struct map_sysinfo *nprop, char *str, size_t size)
|
|||
*
|
||||
* @ctx: context for writing the tables
|
||||
* @prop: property to write
|
||||
* @sysinfo_id: unique identifier for the string value to be read
|
||||
* @dval: Default value to use if the string is not found or is empty
|
||||
* Return: 0 if not found, else SMBIOS string number (1 or more)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue