summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-05 16:36:43 -0600
committerTom Rini <[email protected]>2024-07-05 16:36:43 -0600
commitfd46ea0e701920eb205c2bce9d527bf0dec10b59 (patch)
tree7fde587608497f2b1956713e8312c39d98a26b02 /tools
parent18908395edcee8450d742c670610557751866393 (diff)
parent7d22317a18e3ace2311c741bea74efa72299e57a (diff)
Merge branch '2024-07-05-assorted-updates'
- Re-instate the zlib update, so we can fix it for this release, assorted whitespace cleanups, allow mkimage to 'auto-conf' signing of scripts, enhance ELF image support, add more HW rev support to e1000 driver, update am64x_evm config, correct mpc8xxx watchdog, update phycore-am6 docs.
Diffstat (limited to 'tools')
-rw-r--r--tools/image-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c
index 7bfc0cb6b18..49ce7436bb9 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -730,7 +730,7 @@ static const char *fit_config_get_image_list(const void *fit, int noffset,
int *lenp, int *allow_missingp)
{
static const char default_list[] = FIT_KERNEL_PROP "\0"
- FIT_FDT_PROP;
+ FIT_FDT_PROP "\0" FIT_SCRIPT_PROP;
const char *prop;
/* If there is an "sign-image" property, use that */