diff options
author | Raihow Shi <raihow_shi@wistron.corp-partner.google.com> | 2022-06-01 10:39:14 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-09 16:06:09 +0000 |
commit | ac4648114c35b2af8e6129132be08683a576f37c (patch) | |
tree | 4b484f7c58fbca3eed09dae33fbd54886f3c922d /src/mainboard/google | |
parent | 3f980ca7be36339ad2cb5700bad0658643966cf2 (diff) |
mb/google/brask/variants/moli: remove mainboard_vbt_filename in ramstage
mainboard_vbt_filename() is to decide which VBT to return,
but moli only has one VBT, so it doesn't need this function.
BUG=b:234521809
TEST=emerge-brask coreboot.
Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com>
Change-Id: Ia9c1495c8cb7bf7b47d9c616891a791a32b9d805
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64848
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/variants/moli/ramstage.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/brya/variants/moli/ramstage.c b/src/mainboard/google/brya/variants/moli/ramstage.c index 588c939710..b9d6f8f74c 100644 --- a/src/mainboard/google/brya/variants/moli/ramstage.c +++ b/src/mainboard/google/brya/variants/moli/ramstage.c @@ -32,11 +32,6 @@ const struct psys_config psys_config = { .bj_volts_mv = 19500 }; -const char *mainboard_vbt_filename(void) -{ - return "vbt-moli.bin"; -} - void variant_devtree_update(void) { size_t total_entries = ARRAY_SIZE(limits); |