mb/amd/chausie: Always enable developer mode
Chausie doesn't have recovery mode buttons so it's impossible to manually enter recovery mode to enable developer mode. This means we need to force developer mode. BUG=none TEST=none Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Id0b08ee8e009e8603f63e691b5a7a2ac04e1fc3b Reviewed-on: https://review.coreboot.org/c/coreboot/+/62341 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
63632d7d82
commit
554f9e6b20
|
@ -76,6 +76,8 @@ config RO_REGION_ONLY
|
||||||
config CHROMEOS
|
config CHROMEOS
|
||||||
# Use default libpayload config
|
# Use default libpayload config
|
||||||
select LP_DEFCONFIG_OVERRIDE if PAYLOAD_DEPTHCHARGE
|
select LP_DEFCONFIG_OVERRIDE if PAYLOAD_DEPTHCHARGE
|
||||||
|
# We don't have recovery buttons, so we can't manually enable devmode.
|
||||||
|
select GBB_FLAG_FORCE_DEV_SWITCH_ON
|
||||||
|
|
||||||
if !EM100 # EM100 defaults in soc/amd/common/blocks/spi/Kconfig
|
if !EM100 # EM100 defaults in soc/amd/common/blocks/spi/Kconfig
|
||||||
config EFS_SPI_READ_MODE
|
config EFS_SPI_READ_MODE
|
||||||
|
|
Loading…
Reference in New Issue