diff mbox series

[v4,06/12] image: Update comment for IH_TYPE_TEE

Message ID 1519648566-12061-7-git-send-email-bryan.odonoghue@linaro.org
State New
Headers show
Series Add new OPTEE bootm support to u-boot | expand

Commit Message

Bryan O'Donoghue Feb. 26, 2018, 12:36 p.m. UTC
Add "(TEE)" to the name of the existing TEE in the comment adjacent to its
definition. Later patches reuse the TEE name so introduce the reduced TLA
acronym properly here.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 include/image.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/image.h b/include/image.h
index 325b014..a2372de 100644
--- a/include/image.h
+++ b/include/image.h
@@ -269,7 +269,7 @@  enum {
 	IH_TYPE_ZYNQMPIMAGE,		/* Xilinx ZynqMP Boot Image */
 	IH_TYPE_FPGA,			/* FPGA Image */
 	IH_TYPE_VYBRIDIMAGE,	/* VYBRID .vyb Image */
-	IH_TYPE_TEE,            /* Trusted Execution Environment OS Image */
+	IH_TYPE_TEE,            /* Trusted Execution Environment (TEE) OS Image */
 	IH_TYPE_FIRMWARE_IVT,		/* Firmware Image with HABv4 IVT */
 	IH_TYPE_PMMC,            /* TI Power Management Micro-Controller Firmware */