ARM: debug: provide 8250 debug uart phys/virt address configuration options
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-iop33x / include / mach / debug-macro.S
index 894bf7ce857e644d0f88e90368bf0e833a96ce0c..52781ae2f29c90194f17f400dbf81409341b551c 100644 (file)
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-
-               .macro  addruart, rp, rv, tmp
-               mov     \rp, #0x00ff0000
-               orr     \rp, \rp, #0x0000f700
-               orr     \rv, #0xfe000000        @ virtual
-               orr     \rp, #0xff000000        @ physical
-               .endm
-
 #include <asm/hardware/debug-8250.S>