summaryrefslogtreecommitdiff
path: root/drivers/coreboot
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-10-08 13:26:48 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-10-12 14:47:41 +0100
commit65199dc844d66959a71fe92bdd65f70ed6e34c1e (patch)
tree069c13457e8b013760a63c4bad8f55a588d1b50c /drivers/coreboot
parent3d3619c6dfcfd79685b92eb1190fbb1968a7d217 (diff)
pl011: cnds: cbmem: 16550: Fix comments
The comments with the prototypes of the register functions of the console drivers are incorrect. The arguments are wrong. This patch fixes them. Change-Id: I38c4b481ee69e840780111c42f03c0752eb6315c Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'drivers/coreboot')
-rw-r--r--drivers/coreboot/cbmem_console/aarch64/cbmem_console.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/coreboot/cbmem_console/aarch64/cbmem_console.S b/drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
index 2fc06033..184853d9 100644
--- a/drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
+++ b/drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
@@ -19,8 +19,8 @@
.globl console_cbmc_flush
/* -----------------------------------------------
- * int console_cbmc_register(console_cbmc_t *console,
- * uintptr_t base)
+ * int console_cbmc_register(uintptr_t base,
+ * console_cbmc_t *console);
* Registers a new CBMEM console instance. Reads
* the size field from the buffer header structure
* and stores it in our console_cbmc_t struct, so