mb/google/zork: Drop OEM_BIN configs
Zork family does not use OEM binary and so this change drops the configs required for adding this binary. Change-Id: Id38c67030e4055ab16934d1a900ee1cea5843b54 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42336 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
b5d98667c6
commit
76f1713ff2
|
@ -124,17 +124,6 @@ config DRIVER_TPM_I2C_ADDR
|
|||
hex
|
||||
default 0x50
|
||||
|
||||
config USE_OEM_BIN
|
||||
bool "Add an oem.bin file"
|
||||
help
|
||||
Add an oem.bin file to identify the manufacturer in SMBIOS, overriding the
|
||||
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER value.
|
||||
|
||||
config OEM_BIN_FILE
|
||||
string "OEM ID table"
|
||||
depends on USE_OEM_BIN
|
||||
default ""
|
||||
|
||||
config VARIANT_HAS_FW_CONFIG
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue