diff options
Diffstat (limited to 'arch/arm/include/debug/highbank.S')
-rw-r--r-- | arch/arm/include/debug/highbank.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/debug/highbank.S b/arch/arm/include/debug/highbank.S index 8cad4322a5a2..3c6f63ff0d37 100644 --- a/arch/arm/include/debug/highbank.S +++ b/arch/arm/include/debug/highbank.S @@ -8,10 +8,4 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ - - .macro addruart,rp,rv,tmp - ldr \rv, =0xfee36000 - ldr \rp, =0xfff36000 - .endm - #include <asm/hardware/debug-pl01x.S> |