Attention is currently required from: Kevin Keijzer. Hello Kevin Keijzer,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/51124
to review the following change.
Change subject: Remove if-statement I forgot earlier ......................................................................
Remove if-statement I forgot earlier
Change-Id: I55d7e682d1b7e2d0a786fcc800c7525edd2986ad Signed-off-by: Kevin Keijzer kevin@quietlife.nl --- M src/mainboard/lenovo/x200/mainboard.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/51124/1
diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c index 1337035..0fc77d3 100644 --- a/src/mainboard/lenovo/x200/mainboard.c +++ b/src/mainboard/lenovo/x200/mainboard.c @@ -17,7 +17,6 @@ GMA_INT15_BOOT_DISPLAY_DEFAULT, 2);
dev->ops->acpi_fill_ssdt = fill_ssdt; - if (CONFIG(BOARD_LENOVO_X200)); }
struct chip_operations mainboard_ops = {