diff options
| author | Tom Rini <trini@konsulko.com> | 2019-05-10 07:07:49 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-05-10 07:07:49 -0400 |
| commit | 927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2 (patch) | |
| tree | 0afab773bb17cb8f33ab6e2e2b969423ec36140b /include | |
| parent | f30f268a07b0c9e4418366debc9ad0100a47cea4 (diff) | |
| parent | 0d7b6cffa532eecfdc7cb87c2c65cd311344981f (diff) | |
| download | u-boot-927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2.tar.gz u-boot-927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2.tar.xz u-boot-927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2.zip | |
Merge branch '2019-05-09-master-imports'
- Minor fixes (ata memory leak, implement feedback on ohci-da8xx
changes, avb test fix, mmc test fix, spelling fixes, make FIT really
optional, fit-dtb blob cleanups, TI K3 workflow improvements, bootz
can boot barebox on 32bit ARM).
Diffstat (limited to 'include')
| -rw-r--r-- | include/bootm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootm.h b/include/bootm.h index e2cc6d4b99..f771b733f5 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -42,7 +42,9 @@ void lynxkdi_boot(image_header_t *hdr); boot_os_fn *bootm_os_get_boot_func(int os); +#if defined(CONFIG_FIT_SIGNATURE) int bootm_host_load_images(const void *fit, int cfg_noffset); +#endif int boot_selected_os(int argc, char * const argv[], int state, bootm_headers_t *images, boot_os_fn *boot_fn); |
