commit | f19af887bd635783619a179385d9aac00bd67445 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Fri Apr 09 09:24:08 2021 +0200 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:25:01 2025 +0000 |
tree | 42bd2e9a9e0d83244b1b52ad16604ac0208a2375 | |
parent | 337264708166a7962d6a2cf828ced55d1a73dbe8 [diff] [blame] |
spmc: hypervisor calls moved to a separate module Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I285ffc684aa780246468355add9d03c1b5b8fefb
diff --git a/spm/cactus/cactus_debug.c b/spm/cactus/cactus_debug.c index 43093a6..30a2527 100644 --- a/spm/cactus/cactus_debug.c +++ b/spm/cactus/cactus_debug.c
@@ -6,7 +6,7 @@ #include <drivers/arm/pl011.h> #include <drivers/console.h> -#include <sp_helpers.h> +#include <spm_helpers.h> #include "cactus.h"