Re: [U-Boot] [PATCH 2/3] image: Add Trusted Execution Environment image type

2016-11-23 Thread Simon Glass
On 21 November 2016 at 13:14, Andrew F. Davis wrote: > Add a new image type representing Trusted Execution Environment (TEE) > image types. For example, an OP-TEE OS binary image. > > Signed-off-by: Andrew F. Davis > --- > common/image.c | 1 + > include/image.h | 1 +

[U-Boot] [PATCH 2/3] image: Add Trusted Execution Environment image type

2016-11-21 Thread Andrew F. Davis
Add a new image type representing Trusted Execution Environment (TEE) image types. For example, an OP-TEE OS binary image. Signed-off-by: Andrew F. Davis --- common/image.c | 1 + include/image.h | 1 + 2 files changed, 2 insertions(+) diff --git a/common/image.c b/common/image.c