aboutsummaryrefslogtreecommitdiff
path: root/services/spd/trusty
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2018-02-21 17:36:44 -0800
committerArve Hjønnevåg <arve@android.com>2018-02-21 17:36:44 -0800
commit06ff251ec1372a0b946cda4c243a3685375d95dc (patch)
tree1fb5d38b9917cc206dc4af19b5af2807c734acb6 /services/spd/trusty
parent64b33235b7d815387918ca0ca66aa5cbe4c5811c (diff)
downloadtrusted-firmware-a-06ff251ec1372a0b946cda4c243a3685375d95dc.tar.gz
tegra/trusty: Setup tegra specific trusty args in platform code
Fixes tegra build with SPD=trusty. Not tested. Change-Id: I851a2b00b8b1cc65112b6088980a811d8eda1a99
Diffstat (limited to 'services/spd/trusty')
-rw-r--r--services/spd/trusty/trusty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c
index 7836ebadcf..1d6d0748f0 100644
--- a/services/spd/trusty/trusty.c
+++ b/services/spd/trusty/trusty.c
@@ -21,9 +21,6 @@
/* macro to check if Hypervisor is enabled in the HCR_EL2 register */
#define HYP_ENABLE_FLAG 0x286001
-/* length of Trusty's input parameters (in bytes) */
-#define TRUSTY_PARAMS_LEN_BYTES (4096*2)
-
struct trusty_stack {
uint8_t space[PLATFORM_STACK_SIZE] __aligned(16);
uint32_t end;