coreboot-kgpe-d16/src/mainboard/intel/baskingridge/Makefile.inc
Arthur Heymans c8116f6ea0 nb/intel: Don't select VBOOT_SEPARATE_VERSTAGE
Now the bootblock is not limited to 64K so integrating vboot into the
bootblock reduces the binary size.

Change-Id: Ic92ecf8068f327a893d20924685ce571752d379f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52787
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-05-05 11:47:15 +00:00

7 lines
139 B
Makefile

## SPDX-License-Identifier: GPL-2.0-only
romstage-y += gpio.c
romstage-y += chromeos.c
ramstage-y += chromeos.c
verstage-y += chromeos.c