Raihow Shi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/64848 )
Change subject: mb/google/brask/variants/moli: remove return vbt ......................................................................
mb/google/brask/variants/moli: remove return vbt
Currently, moli only use one vbt, so it's not need use the mainboard_vbt_filename function to decide which vbt will be returned.
Signed-off-by: Raihow Shi raihow_shi@wistron.corp-partner.google.com Change-Id: Ia9c1495c8cb7bf7b47d9c616891a791a32b9d805 --- M src/mainboard/google/brya/variants/moli/ramstage.c 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/64848/1
diff --git a/src/mainboard/google/brya/variants/moli/ramstage.c b/src/mainboard/google/brya/variants/moli/ramstage.c index 588c939..b9d6f8f 100644 --- a/src/mainboard/google/brya/variants/moli/ramstage.c +++ b/src/mainboard/google/brya/variants/moli/ramstage.c @@ -32,11 +32,6 @@ .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);