Commit 4d476e45 authored by Roberto Vargas's avatar Roberto Vargas
Browse files

Include debug.h in debug.S



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: default avatarRoberto Vargas <roberto.vargas@arm.com>
parent 24552242
......@@ -6,6 +6,7 @@
#include <arch.h>
#include <asm_macros.S>
#include <debug.h>
.globl asm_print_str
.globl asm_print_hex
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment