mb/google/poppy/variants/nami: remove redundant break

Break never comes after return, remove it.

BUG=N/A
BRANCH=firmware-nami-10775.108.B
TEST=N/A

Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I005918d6a04cd21df496dea0f2cb1ed6108675af
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33299
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Eric Lai 2019-06-08 01:08:08 +08:00 committed by Duncan Laurie
parent 127a55e91d
commit f4035bffb1
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ const char *mainboard_vbt_filename(void)
return "vbt-bard.bin";
default:
return "vbt.bin";
break;
}
}