From 44804252881c11668e0af9b7803a0667922c93eb Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Wed, 6 Aug 2014 11:27:23 +0100 Subject: Miscellaneous documentation fixes This patch gathers miscellaneous minor fixes to the documentation, and comments in the source code. Change-Id: I631e3dda5abafa2d90f464edaee069a1e58b751b Co-Authored-By: Soby Mathew Co-Authored-By: Dan Handley --- include/plat/common/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/plat/common/platform.h') diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h index 8e038aa7..69bb749a 100644 --- a/include/plat/common/platform.h +++ b/include/plat/common/platform.h @@ -72,7 +72,7 @@ uint32_t plat_interrupt_type_to_line(uint32_t type, unsigned int platform_get_core_pos(unsigned long mpidr); unsigned long platform_get_stack(unsigned long mpidr); void plat_report_exception(unsigned long); -void plat_crash_console_init(unsigned long base_addr); +int plat_crash_console_init(void); int plat_crash_console_putc(int c); /******************************************************************************* -- cgit