diff options
| author | Tom Rini <[email protected]> | 2022-02-23 12:28:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-23 13:34:08 -0500 |
| commit | 4cb9bd834e6a63ab56797b362a288709e867ccfb (patch) | |
| tree | d4bfbd7d8ad58b103d8d2e9e3f54b7f18589da2f /include | |
| parent | 17a0dc6abfdbf392f6a27074f2633608038c4221 (diff) | |
| parent | 70f42e720c90faa2fa27836288559e0d647862b7 (diff) | |
Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
binman fixes/improvements to FIT generator
binman SPL fixes
moveconfig support regex matches
Diffstat (limited to 'include')
| -rw-r--r-- | include/spl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spl.h b/include/spl.h index bb92bc6ec6c..8ceb3c0f095 100644 --- a/include/spl.h +++ b/include/spl.h @@ -269,8 +269,8 @@ struct spl_load_info { */ binman_sym_extern(ulong, u_boot_any, image_pos); binman_sym_extern(ulong, u_boot_any, size); -binman_sym_extern(ulong, spl, image_pos); -binman_sym_extern(ulong, spl, size); +binman_sym_extern(ulong, u_boot_spl, image_pos); +binman_sym_extern(ulong, u_boot_spl, size); /** * spl_get_image_pos() - get the image position of the next phase |
