configs/roc_pc_rk3399: fix U-Boot dependencies
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 2 May 2020 21:28:11 +0000 (23:28 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 15 May 2020 20:59:21 +0000 (22:59 +0200)
commitf51cbc33d93e27b4281cfb7742b6e9fa9bfd38d4
tree761a5b9995055fa5dcc689829e5f174e11e4bfd5
parentba593585ade30de4ab16557ecd19b740c1722ae8
configs/roc_pc_rk3399: fix U-Boot dependencies

In fact, roc_pc_rk3399 does not need pylibfdt or pyelftools, but only
a host Python interpreter, to run
./arch/arm/mach-rockchip/make_fit_atf.py.

Since upstream U-Boot commit f05d5743567984b4fff6a862fc0f42760ff135da,
this script no longer needs pyelftools. However, since upstream commit
6d06ea34239ab5099783ce588ad4aead96e1fccb (merged in U-Boot 2020.01),
it requires Python 3.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[yann.morin.1998@free.fr: update with the new NEEDS_PYTHON semantics]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
configs/roc_pc_rk3399_defconfig