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)
commit4d476e45f271dd520fb22a5a7277c59689400a4d
tree4ac321f748b77c7155944158bc20d2eef143e3eb
parent24552242b2143e0588ba93b41ec614e151d10f5c
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: Roberto Vargas <roberto.vargas@arm.com>
common/aarch64/debug.S