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

Commit 0836b5cd authored by Jamie Iles's avatar Jamie Iles
Browse files

ARM: picoxcell: add extra temp register to addruart



639da5ee (ARM: add an extra temp register to the low level debugging
addruart macro) didn't include picoxcell as it hadn't been merged at the
time.  Fix up the compile breakage by adding the extra temp parameter.

Signed-off-by: default avatarJamie Iles <jamie@jamieiles.com>
parent 1ea6b8f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@


#define UART_SHIFT 2
#define UART_SHIFT 2


		.macro	addruart, rp, rv
		.macro	addruart, rp, rv, tmp
		ldr	\rv, =PHYS_TO_IO(PICOXCELL_UART1_BASE)
		ldr	\rv, =PHYS_TO_IO(PICOXCELL_UART1_BASE)
		ldr	\rp, =PICOXCELL_UART1_BASE
		ldr	\rp, =PICOXCELL_UART1_BASE
		.endm
		.endm