console/cbmem_console: Rename cbmem_dump_console
This function actually dumps cbmem to the UART. This change renames the function to make that clear. BUG=b:213828947 TEST=Build guybrush Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Icc314c530125e5303a06b92aab48c1e1122fd18c Reviewed-on: https://review.coreboot.org/c/coreboot/+/61010 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
727a84b9a7
commit
41a1a9e03c
3 changed files with 3 additions and 3 deletions
|
|
@ -19,5 +19,5 @@ static inline void __cbmemc_init(void) {}
|
|||
static inline void __cbmemc_tx_byte(u8 data) {}
|
||||
#endif
|
||||
|
||||
void cbmem_dump_console(void);
|
||||
void cbmem_dump_console_to_uart(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue