-
- Downloads
Add console_core_flush() in upstream platforms
It is needed to add placeholders for this function because, as this is
not a `plat_xxx()` function, there aren't weak definitions of it in any
file.
If `console_flush()` is used and there isn't an implementation of
`console_core_flush()` in any file, the compilation will fail.
Change-Id: I50eb56d085c4c9fbc85d40c343e86af6412f3020
Signed-off-by:
Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Showing
- drivers/cadence/uart/aarch64/cdns_console.S 20 additions, 4 deletionsdrivers/cadence/uart/aarch64/cdns_console.S
- drivers/ti/uart/aarch64/16550_console.S 17 additions, 1 deletiondrivers/ti/uart/aarch64/16550_console.S
- plat/mediatek/common/drivers/uart/8250_console.S 17 additions, 1 deletionplat/mediatek/common/drivers/uart/8250_console.S
Loading
Please register or sign in to comment