mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
image/fit: drop inline markings on parser code
Putting "inline" on extern funcs makes no sense, so drop them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4868049309
commit
314f634b48
2 changed files with 4 additions and 4 deletions
|
@ -531,9 +531,9 @@ static inline int image_check_target_arch(const image_header_t *hdr)
|
|||
#define FIT_MAX_HASH_LEN 20 /* max(crc32_len(4), sha1_len(20)) */
|
||||
|
||||
/* cmdline argument format parsing */
|
||||
inline int fit_parse_conf(const char *spec, ulong addr_curr,
|
||||
int fit_parse_conf(const char *spec, ulong addr_curr,
|
||||
ulong *addr, const char **conf_name);
|
||||
inline int fit_parse_subimage(const char *spec, ulong addr_curr,
|
||||
int fit_parse_subimage(const char *spec, ulong addr_curr,
|
||||
ulong *addr, const char **image_name);
|
||||
|
||||
void fit_print_contents(const void *fit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue