diff options
author | T Michael Turney <mturney@codeaurora.org> | 2019-08-07 14:26:32 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2020-02-07 23:11:45 +0000 |
commit | bcd62f5737f5022b1bbe0041d4222575851b3cb9 (patch) | |
tree | c84ec40a5f2df8d6fa2f30195729d9da417f20c9 /util/qualcomm/qgpt.py | |
parent | 01bfa53f772a1a5cf7caa95abc62e35579022024 (diff) |
trogdor: support mbn_version 6 with python build scripts
Developer/Reviewer, be aware of this patch from Mistral:
https://review.coreboot.org/c/coreboot/+/33425/18
Change-Id: I020d1e4d4f5c948948e1b39dd18af1d0e860c279
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/qualcomm/qgpt.py')
-rwxr-xr-x | util/qualcomm/qgpt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qualcomm/qgpt.py b/util/qualcomm/qgpt.py index 476ca5ca76..0b096b9cf5 100755 --- a/util/qualcomm/qgpt.py +++ b/util/qualcomm/qgpt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #============================================================================ # #/** @file qgpt.py |