commit | 6967c24a7616326c0bb8cf57873a2788523d37d2 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Fri Apr 09 09:24:08 2021 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Tue Apr 13 18:11:24 2021 +0200 |
tree | 8cd18e0c1fd09bcc253f0157a77a94e7f9fc5b85 | |
parent | d89d11b4838d69d422b6ba19138af6bf50a90b80 [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"