diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 49ca86e37b8d..fe4d9c3ad761 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #else | 45 | #else |
46 | 46 | ||
47 | #include <mach/debug-macro.S> | 47 | #include CONFIG_DEBUG_LL_INCLUDE |
48 | 48 | ||
49 | .macro writeb, ch, rb | 49 | .macro writeb, ch, rb |
50 | senduart \ch, \rb | 50 | senduart \ch, \rb |