Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41739 )
Change subject: util/apcb: apcb_edit.py requires python3 ......................................................................
util/apcb: apcb_edit.py requires python3
BUG=b:157140753 TEST=Built trembyle and was able to boot to the OS
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I181d87aad1ffb10e12f8ffd7513318f6d6bcbc3f --- M util/apcb/apcb_edit.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/41739/1
diff --git a/util/apcb/apcb_edit.py b/util/apcb/apcb_edit.py index 4a7e683..e5dd0cd 100755 --- a/util/apcb/apcb_edit.py +++ b/util/apcb/apcb_edit.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3
# Script for editing APCB binaries, such as injecting SPDs and GPIO # configurations.