build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29957 )
Change subject: libpayload: Add UART for qcs405 ......................................................................
Patch Set 17:
(2 comments)
https://review.coreboot.org/#/c/29957/17/payloads/libpayload/drivers/serial/... File payloads/libpayload/drivers/serial/qcs405.c:
https://review.coreboot.org/#/c/29957/17/payloads/libpayload/drivers/serial/... PS17, Line 283: unsigned blsp_uart; Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/#/c/29957/17/payloads/libpayload/drivers/serial/... PS17, Line 399: void serial_putchar(unsigned data) Prefer 'unsigned int' to bare use of 'unsigned'