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>
diff --git a/fwu/ns_bl2u/ns_bl2u_main.c b/fwu/ns_bl2u/ns_bl2u_main.c
index 815859d..babcf93 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>