From bd192821bb3784014743c9ea280e032e292ac3c0 Mon Sep 17 00:00:00 2001 From: Raihow Shi Date: Thu, 12 May 2022 15:26:54 +0800 Subject: [PATCH] mb/google/brask/variants/moli: remove DB_OPT from overridetree Both option-HDMI and option-DP use the same setting of vbt, and ABSENT is just physically remove option board from motherboard, so it just need one vbt, and it don't need the fw_config to decide which vbt will be return. BUG=b:231769131 TEST=emerge-brask coreboot. Signed-off-by: Raihow Shi Change-Id: I1f8cdcbc05ed3bc689d29261e4fd4d700326dce8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64271 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/moli/overridetree.cb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index 24169c4d6e..a7f7d661b2 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -1,9 +1,4 @@ fw_config - field DB_OPT 2 3 - option OPT_ABSENT 0 - option OPT_HDMI 1 - option OPT_DP 2 - end field STORAGE 4 5 option STORAGE_UNKNOWN 0 option STORAGE_NVME 1