From: Arnout Vandecappelle Date: Thu, 10 Aug 2017 21:59:29 +0000 (+0200) Subject: nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a579514314265dbc7c1fbf4ecb50e2abd9eb0b12;p=buildroot.git nanopi_m1{, _plus}_defconfig: U-Boot needs pylibfdt nanopi_m1 and nanopi_m1_plus are sunxi boards that need pylibfdt in U-Boot. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/27873655 https://gitlab.com/buildroot.org/buildroot/-/jobs/27873656 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Cc: Peter Korsgaard Cc: Chakra Divi <2chakrass@gmail.com> Signed-off-by: Thomas Petazzoni --- diff --git a/configs/nanopi_m1_defconfig b/configs/nanopi_m1_defconfig index 23a5e60207..323015ee68 100644 --- a/configs/nanopi_m1_defconfig +++ b/configs/nanopi_m1_defconfig @@ -17,6 +17,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1" BR2_TARGET_UBOOT_NEEDS_DTC=y +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin" diff --git a/configs/nanopi_m1_plus_defconfig b/configs/nanopi_m1_plus_defconfig index a1ae00e445..da707fd5fa 100644 --- a/configs/nanopi_m1_plus_defconfig +++ b/configs/nanopi_m1_plus_defconfig @@ -17,6 +17,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_m1_plus" BR2_TARGET_UBOOT_NEEDS_DTC=y +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"