Skip to content
Snippets Groups Projects
Commit 31e967da authored by Jeremy Kerr's avatar Jeremy Kerr Committed by Russell King
Browse files

ARM: 6261/1: arm/shark: fix debug macro compilation failure


We need a waituart macro.

Signed-off-by: default avatarJeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e6b8b3e2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@
strb \rd, [\rx]
.endm
.macro waituart,rd,rx
.endm
.macro busyuart,rd,rx
mov \rd, #0
1001: add \rd, \rd, #1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment