diff options
Diffstat (limited to 'arch/arm/include/debug/tegra.S')
-rw-r--r-- | arch/arm/include/debug/tegra.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/include/debug/tegra.S b/arch/arm/include/debug/tegra.S index 2148d0f88591..2bca6358cdd0 100644 --- a/arch/arm/include/debug/tegra.S +++ b/arch/arm/include/debug/tegra.S @@ -178,7 +178,7 @@ 1002: .endm - .macro waituart, rd, rx + .macro waituartcts, rd, rx #ifdef FLOW_CONTROL cmp \rx, #0 beq 1002f @@ -189,6 +189,9 @@ #endif .endm + .macro waituarttxrdy,rd,rx + .endm + /* * Storage for the state maintained by the macros above. * |