diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-06 11:27:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-06 11:27:14 -0500 |
commit | 22ad69b7987eb4b10221330661db4427e40174fb (patch) | |
tree | b13bc4ba708907cd76a0ec09c4599b55cb586953 /include/binman_sym.h | |
parent | 896cc5aa4a8fc0c28036b9615a37f0034addad44 (diff) | |
parent | dc4b2a9770b5b932cd6d98c33ebff6dc46de6849 (diff) |
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
patman status subcommand to collect tags from Patchwork
patman showing email replies from Patchwork
sandbox poweroff command
minor fixes in binman, tests
Diffstat (limited to 'include/binman_sym.h')
-rw-r--r-- | include/binman_sym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binman_sym.h b/include/binman_sym.h index ffb7c15798..72e6765fe5 100644 --- a/include/binman_sym.h +++ b/include/binman_sym.h @@ -16,7 +16,7 @@ #ifdef CONFIG_BINMAN /** - * binman_symname() - Internal fnuction to get a binman symbol name + * binman_symname() - Internal function to get a binman symbol name * * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl') * @_prop_name: Property value to get from that entry (e.g. 'pos') |