Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9729c0ca authored by Jeremy Kerr's avatar Jeremy Kerr Committed by Russell King
Browse files

ARM: 6258/1: arm/h720x: fix debug macro compilation failure



IO_BASE shoule be IO_VIRT, and IO_START should be IO_PHYS. We also need
mach/hardware.h for these definitions.

Signed-off-by: default avatarJeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 64dd3b74
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,8 +11,10 @@
 *
*/

		.equ    io_virt, IO_BASE
		.equ    io_phys, IO_START
#include <mach/hardware.h>

		.equ    io_virt, IO_VIRT
		.equ    io_phys, IO_PHYS

		.macro  addruart, rx, tmp
		mrc     p15, 0, \rx, c1, c0