rockchip: make_fit_atf: explicitly use python3

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>
This commit is contained in:
Jack Mitchell 2019-12-10 13:07:21 +00:00 committed by Kever Yang
parent 29a4e35582
commit 6d06ea3423

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
# SPDX-License-Identifier: GPL-2.0+
#