summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-05-26 15:11:47 -0600
committerFelix Held <felix-coreboot@felixheld.de>2020-05-27 19:19:12 +0000
commit030d21473894b0e1d4a19dd74cfb42f5c5a3db7b (patch)
tree4a484f3b752f8d9d66f5bcd3e4bbcc633c7115d4 /util
parent02e76c2e4dfb1a60187e8b3cacafe347f0030388 (diff)
downloadcoreboot-030d21473894b0e1d4a19dd74cfb42f5c5a3db7b.tar.gz
coreboot-030d21473894b0e1d4a19dd74cfb42f5c5a3db7b.tar.bz2
coreboot-030d21473894b0e1d4a19dd74cfb42f5c5a3db7b.zip
util/apcb: Use python3 for apcb_edit.py
The code was written on a workstation that has python pointing to 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41739 Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/apcb/apcb_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/apcb/apcb_edit.py b/util/apcb/apcb_edit.py
index 4a7e683ebed8..e5dd0cd586ab 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.