Include debug.h in debug.S
authorRoberto Vargas <roberto.vargas@arm.com>
Fri, 20 Oct 2017 09:37:48 +0000 (10:37 +0100)
committerRoberto Vargas <roberto.vargas@arm.com>
Wed, 1 Nov 2017 08:26:24 +0000 (08:26 +0000)
debug.S was using macros defined in debug.h, but since it didn't
include it, these macros were taking the value 0, which means that
all the preprocessor conditionals were wrong.

Change-Id: If4ca81cc5a1662991589f914a2557ceff0eaaede
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
common/aarch64/debug.S

index d794d12eadef31ace56ee3dc521ef48dc6021fd6..4478d0d038ecab40c609f05301407e2821b4f80a 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <arch.h>
 #include <asm_macros.S>
+#include <debug.h>
 
        .globl  asm_print_str
        .globl  asm_print_hex