summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-12-15 17:47:28 -0500
committerTom Rini <trini@konsulko.com>2018-12-15 17:47:28 -0500
commit0dc526d98eb216003ea884739abc17f6eb05c0df (patch)
tree918155725e45773124d7b61cb61f6a78e3d8845d /include
parent8fc26fce41592175ae004514e431e68a9dd60671 (diff)
parentde5bab9c59807b109f89a39855c9eacfe4d08822 (diff)
downloadu-boot-0dc526d98eb216003ea884739abc17f6eb05c0df.tar.gz
u-boot-0dc526d98eb216003ea884739abc17f6eb05c0df.tar.xz
u-boot-0dc526d98eb216003ea884739abc17f6eb05c0df.zip
Merge branch '2018-12-15-master-imports'
- Introduce tools-only build for host tools - Bugfixes to poplar, syscon and the hashtable, a tee return code - Fix a warning on gcc-8 by reworking part of mtk_image to be not unsafe wrt strings. - serial_stm32 reset support
Diffstat (limited to 'include')
-rw-r--r--include/tee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tee.h b/include/tee.h
index 98b1c9cc69..edd9f9b0c9 100644
--- a/include/tee.h
+++ b/include/tee.h
@@ -34,6 +34,7 @@
* struct tee_version_data::gen_caps
*/
#define TEE_SUCCESS 0x00000000
+#define TEE_ERROR_STORAGE_NOT_AVAILABLE 0xf0100003
#define TEE_ERROR_GENERIC 0xffff0000
#define TEE_ERROR_BAD_PARAMETERS 0xffff0006
#define TEE_ERROR_ITEM_NOT_FOUND 0xffff0008