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)
commit6d06ea34239ab5099783ce588ad4aead96e1fccb
tree0f3627cf3acdc26928c39540f6342248cf6e9788
parent29a4e355822a3ae2c546f328758e2785368f9266
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>
arch/arm/mach-rockchip/make_fit_atf.py