]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
spl: stash bootstage info before jump to next stage
[u-boot] / common / image.c
index a058eb85e107bce98c7a155344250cc30f16ef18..332b5f2843872918d2e76072c01aa05b873c2a69 100644 (file)
@@ -167,6 +167,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_FPGA,       "fpga",       "FPGA Image" },
        {       IH_TYPE_TEE,        "tee",        "Trusted Execution Environment Image",},
        {       IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
+       {       IH_TYPE_PMMC,        "pmmc",        "TI Power Management Micro-Controller Firmware",},
        {       -1,                 "",           "",                   },
 };