cpu: Fix spelling
Change-Id: I69c46648de0689e9bed84c7726906024ad65e769 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
0cb07e3476
commit
4c3ab7376e
@@ -147,7 +147,7 @@ static void am335x_uart_init_dev(void)
|
||||
|
||||
/*
|
||||
* Read a single byte from the serial port. Returns 1 on success, 0
|
||||
* otherwise. When the function is succesfull, the character read is
|
||||
* otherwise. When the function is successful, the character read is
|
||||
* written into its argument c.
|
||||
*/
|
||||
static unsigned char am335x_uart_rx_byte(void)
|
||||
|
@@ -130,7 +130,7 @@ struct am335x_uart {
|
||||
uint8_t rsvd_0x36[2];
|
||||
uint16_t blr; /* BOF control */
|
||||
uint8_t rsvd_0x3a[2];
|
||||
uint16_t acreg; /* auxilliary control */
|
||||
uint16_t acreg; /* auxiliary control */
|
||||
uint8_t rsvd_0x3e[2];
|
||||
|
||||
/* 0x40 */
|
||||
@@ -139,7 +139,7 @@ struct am335x_uart {
|
||||
uint16_t ssr; /* supplementary status */
|
||||
uint8_t rsvd_0x46[2];
|
||||
|
||||
uint16_t eblr; /* BOF length (operatoinal mode only) */
|
||||
uint16_t eblr; /* BOF length (operational mode only) */
|
||||
uint8_t rsvd_0x4a[6];
|
||||
|
||||
/* 0x50 */
|
||||
|
Reference in New Issue
Block a user