Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60805
to look at the new patch set (#2).
Change subject: mb/google/herobrine: Fix board id ......................................................................
mb/google/herobrine: Fix board id
The board id assignment CL (CB:56642) landed after BOARD_GOOGLE_HEROBRINE has been deprecated to BOARD_GOOGLE_HEROBRINE_REV0. Fixing to accomodate for the GOOGLE_HEROBRINE_REV0 board updates. Also fixed a couple of variables that were declared static when they didn't need to be (they are being reinitialized at the beginning of each function anyway).
BUG=b:211644878 BRANCH=None TEST=built all variants of herobrine to make sure it compiles.
Change-Id: I6dab994e65eadff303eb88a63b8dd81e19694678 Signed-off-by: Shelley Chen shchen@google.com --- M src/mainboard/google/herobrine/boardid.c 1 file changed, 4 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/60805/2