diff options
author | Andrew F. Davis <afd@ti.com> | 2017-07-31 10:58:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-12 17:58:02 -0400 |
commit | 6442c9643e82966ae8fff391bab3fcc763662564 (patch) | |
tree | d34d4fac599ffe41623d96860bd2397d6526265d /include/image.h | |
parent | 7e3e20560784b048ff19e90cd36b6680626b1ab3 (diff) | |
download | u-boot-6442c9643e82966ae8fff391bab3fcc763662564.tar.gz |
image: Add TI PMMC image type
Add a new image type representing TI Power Management
Micro-Controller (PMMC) Firmware image type.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 1f4bfda2f3..339f79c6dc 100644 --- a/include/image.h +++ b/include/image.h @@ -269,6 +269,7 @@ enum { IH_TYPE_VYBRIDIMAGE, /* VYBRID .vyb Image */ IH_TYPE_TEE, /* Trusted Execution Environment OS Image */ IH_TYPE_FIRMWARE_IVT, /* Firmware Image with HABv4 IVT */ + IH_TYPE_PMMC, /* TI Power Management Micro-Controller Firmware */ IH_TYPE_COUNT, /* Number of image types */ }; |