rockchip: make_fit_atf: explicitly use python3
authorJack Mitchell <ml@embed.me.uk>
Tue, 10 Dec 2019 13:07:21 +0000 (13:07 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 27 Dec 2019 06:26:13 +0000 (14:26 +0800)
On a distribution with no python2 installed and no
python->python3 symlink the script will fail to execute.
Specify python3 explicitly as it's already a requirement
to build u-boot.

Signed-off-by: Jack Mitchell <ml@embed.me.uk>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/make_fit_atf.py

index 3c045a5e179d24264cfc54de1b8b9c4ad3384f7b..c79317d6c51cc3314044a391399f4cc1867d5b43 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """
 # SPDX-License-Identifier: GPL-2.0+
 #