aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/Kconfig.name
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2020-04-14 17:33:40 -0700
committerJulius Werner <jwerner@chromium.org>2020-04-23 01:20:55 +0000
commit5feef37de8fa2da9ca0b5df48bdf470c248cc0cb (patch)
tree899ceedfc7bb182bb9a32434a555f2b6244990eb /src/mainboard/google/hatch/Kconfig.name
parent16a29e53ff63ac2b6431e85552004c49386d50db (diff)
Puff: Enable VBOOT_EARLY_EC_SYNC
Romstage is now where software sync is performed for chromebooks. EFS2 has been ported to romstage from Depthcharge. Puff should follow. This patch enables CONFIG_EARLY_EC_SYNC and disables CONFIG_VBOOT_EC_EFS. EFS2 will be done in romstage. BUG=b:147298634, chromium:1045217 BRANCH=none TEST=Verify software sync succeeds on Puff. Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I8d7c25f8281496c7adb282f5d4e0fc192d746e3e Reviewed-on: https://review.coreboot.org/c/coreboot/+/40390 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/Kconfig.name')
-rw-r--r--src/mainboard/google/hatch/Kconfig.name1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name
index 0713d13917..de9bcb53b1 100644
--- a/src/mainboard/google/hatch/Kconfig.name
+++ b/src/mainboard/google/hatch/Kconfig.name
@@ -88,7 +88,6 @@ config BOARD_GOOGLE_PUFF
select BOARD_ROMSIZE_KB_32768
select ROMSTAGE_SPD_SMBUS
select SPD_READ_BY_WORD
- select VBOOT_EC_EFS
config BOARD_GOOGLE_HELIOS_DISKSWAP
bool "-> Helios_Diskswap"