summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorAlexei Colin <acolin@isi.edu>2018-11-09 17:36:55 -0500
committerAlexei Colin <acolin@isi.edu>2018-11-12 09:35:49 -0500
commit23b6fa4ee11dcbcb0bc4b0c462c536766e2a639a (patch)
treef6716be897b2a2979e4082efff8e43d158b33207 /include/drivers
parent9d068f66b15e644df4961b74b965323c20f21f14 (diff)
cadence: uart: comply to console_register prototype
Signed-off-by: Alexei Colin <acolin@isi.edu>
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/cadence/cdns_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/cadence/cdns_uart.h b/include/drivers/cadence/cdns_uart.h
index f92d9fbe..490be108 100644
--- a/include/drivers/cadence/cdns_uart.h
+++ b/include/drivers/cadence/cdns_uart.h
@@ -42,7 +42,7 @@ typedef struct {
* for the lifetime of the console, such as a global or static local variable.
* Its contents will be reinitialized from scratch.
*/
-int console_cdns_register(uint64_t baseaddr, uint32_t clock, uint32_t baud,
+int console_cdns_register(uintptr_t baseaddr, uint32_t clock, uint32_t baud,
console_cdns_t *console);
#endif /*__ASSEMBLY__*/