payloads: Fix typos
Change-Id: Ib7f1ba1766e5c972542ce7571a8aa3583c513823 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
9c26605353
commit
824b4b8a20
@@ -442,7 +442,7 @@ static unsigned int msm_boot_uart_dm_reset(void *base)
|
||||
}
|
||||
|
||||
/*
|
||||
* msm_boot_uart_dm_init - initilaizes UART controller
|
||||
* msm_boot_uart_dm_init - Initializes UART controller
|
||||
* @uart_dm_base: UART controller base address
|
||||
*/
|
||||
unsigned int msm_boot_uart_dm_init(void *uart_dm_base)
|
||||
@@ -550,7 +550,7 @@ int serial_getchar(void)
|
||||
static struct console_input_driver consin = {};
|
||||
static struct console_output_driver consout = {};
|
||||
|
||||
/* For simplicity sake let's rely on coreboot initalizing the UART. */
|
||||
/* For simplicity's sake, let's rely on coreboot initializing the UART. */
|
||||
void serial_console_init(void)
|
||||
{
|
||||
struct cb_serial *sc_ptr = lib_sysinfo.serial;
|
||||
|
Reference in New Issue
Block a user