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

In fact, nanopi_neo4 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/nanopi_neo4_defconfig