Just add IH_TYPE_STANDALONE to fit_get_image_type_property().
Signed-off-by: Marek Vasut <[email protected]>
Cc: Pantelis Antoniou <[email protected]>
Cc: Simon Glass <[email protected]>
---
common/image-fit.c | 2 ++
include/image.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/common/image-fit.c b/common/image-fit.c
index 98cb039376..32e343122e 100644
--- a/common/image-fit.c
+++ b/common/image-fit.c
@@ -1728,6 +1728,8 @@ static const char *fit_get_image_type_property(int type)
return FIT_LOADABLE_PROP;
case IH_TYPE_FPGA:
return FIT_FPGA_PROP;
+ case IH_TYPE_STANDALONE:
+ return FIT_STANDALONE_PROP;
}
return "unknown";
diff --git a/include/image.h b/include/image.h
index df701e3470..6e5750333a 100644
--- a/include/image.h
+++ b/include/image.h
@@ -922,6 +922,7 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong
*size);
#define FIT_SETUP_PROP "setup"
#define FIT_FPGA_PROP "fpga"
#define FIT_FIRMWARE_PROP "firmware"
+#define FIT_STANDALONE_PROP "standalone"
#define FIT_MAX_HASH_LEN HASH_MAX_DIGEST_SIZE
--
2.16.2
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot