From 030d21473894b0e1d4a19dd74cfb42f5c5a3db7b Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Tue, 26 May 2020 15:11:47 -0600 Subject: 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 Change-Id: I181d87aad1ffb10e12f8ffd7513318f6d6bcbc3f Reviewed-on: https://review.coreboot.org/c/coreboot/+/41739 Reviewed-by: Rob Barnes Reviewed-by: Felix Held Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- util/apcb/apcb_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/apcb') diff --git a/util/apcb/apcb_edit.py b/util/apcb/apcb_edit.py index 4a7e683ebe..e5dd0cd586 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. -- cgit v1.2.3