lib/coreboot_table: Rename lb_fill_pcie
By convention 'fill_lb_xxx' is used. Change-Id: I046016b3898308bb56b4ad6a5834ab942fdd50f2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69183 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Held
parent
9948c521a6
commit
8c740b08a3
@@ -22,7 +22,7 @@ void lb_add_gpios(struct lb_gpios *gpios, const struct lb_gpio *gpio_table,
|
||||
enum cb_err fill_lb_serial(struct lb_serial *serial);
|
||||
void lb_add_console(uint16_t consoletype, void *data);
|
||||
|
||||
enum cb_err lb_fill_pcie(struct lb_pcie *pcie);
|
||||
enum cb_err fill_lb_pcie(struct lb_pcie *pcie);
|
||||
|
||||
/* Define this in mainboard.c to add board-specific table entries. */
|
||||
void lb_board(struct lb_header *header);
|
||||
|
Reference in New Issue
Block a user