]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image.c
image: Add Trusted Execution Environment image type
[people/ms/u-boot.git] / common / image.c
index 2aac90d81826d4fbb0f56bf6b36667f87efbb8a4..bd07e86701a4171c2a2c7a428d3a5dbe632782d5 100644 (file)
@@ -165,6 +165,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_ZYNQIMAGE,  "zynqimage",  "Xilinx Zynq Boot Image" },
        {       IH_TYPE_ZYNQMPIMAGE, "zynqmpimage", "Xilinx ZynqMP Boot Image" },
        {       IH_TYPE_FPGA,       "fpga",       "FPGA Image" },
+       {       IH_TYPE_TEE,        "tee",        "Trusted Execution Environment Image",},
        {       -1,                 "",           "",                   },
 };