Some target configurations require a host-system python3.
Esp. U-boot > 2020.01. For example the stm32mp1x series.

Signed-off-by: Christian Melki <[email protected]>
---
 platforms/u-boot.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index ba117b089..3b65ee14d 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -2,7 +2,8 @@
 
 menuconfig U_BOOT
        select BOOTLOADER
-       select HOST_OPENSSL     if U_BOOT_NEEDS_HOST_OPENSSL
+       select HOST_SYSTEM_PYTHON3
+       select HOST_OPENSSL             if U_BOOT_NEEDS_HOST_OPENSSL
        prompt "U-Boot                        "
        bool
 
-- 
2.34.1


Reply via email to