aboutsummaryrefslogtreecommitdiff
path: root/fwu/ns_bl2u
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-11-26 10:13:51 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-11-27 10:51:20 +0100
commit7d34d304a5115a167102aa165c6a41124b00205d (patch)
tree685e2e15323da617f07cda8f8db2eb73a26cf91e /fwu/ns_bl2u
parent13d99f95ae68104f4e97a58f6887c75863b4f502 (diff)
downloadtf-a-tests-7d34d304a5115a167102aa165c6a41124b00205d.tar.gz
Move BL1 SMC FIDs macros out of platform layer
BL1 SMC function IDs are not platform-specific so move them to a new generic header file, called bl1.h. Change-Id: I621483f7737f8101e9f370343e1a45a731c31c3b Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'fwu/ns_bl2u')
-rw-r--r--fwu/ns_bl2u/ns_bl2u_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fwu/ns_bl2u/ns_bl2u_main.c b/fwu/ns_bl2u/ns_bl2u_main.c
index 815859de1..babcf93e0 100644
--- a/fwu/ns_bl2u/ns_bl2u_main.c
+++ b/fwu/ns_bl2u/ns_bl2u_main.c
@@ -5,6 +5,7 @@
*/
#include <arch_helpers.h>
+#include <bl1.h>
#include <debug.h>
#include <firmware_image_package.h>
#include <fwu_nvm.h>