diff options
author | Furquan Shaikh <furquan@google.com> | 2020-06-12 17:44:34 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-14 16:55:55 +0000 |
commit | 76f1713ff2005a3cfa2074c17cbd6bf3eab62d7c (patch) | |
tree | beb19a0f80fca77ef582eb604c3e266a7b68489b | |
parent | b5d98667c67dee38281299758e83c47b0661cd92 (diff) | |
download | coreboot-76f1713ff2005a3cfa2074c17cbd6bf3eab62d7c.tar.xz |
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>
-rw-r--r-- | src/mainboard/google/zork/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index bf3c306cae..ab24213375 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -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 |