mb/ocp/tiogapass: Fix build failure
Add console.c to SMM stage as well. Fixes the build failure: "undefined reference to `get_uart_baudrate'" when CONFIG_DEBUG_SMI is set. Change-Id: I2587287b0074a56c49b7434553c69cae97aaa1b4 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85135 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alicja Michalska <ahplka19@gmail.com> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
df7561552f
commit
50905e7cdc
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ romstage-y += ipmi.c
|
|||
ramstage-y += ramstage.c ipmi.c
|
||||
|
||||
all-y += console.c
|
||||
smm-y += console.c
|
||||
|
||||
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue