From: Romain Naour Date: Tue, 21 Apr 2020 17:26:40 +0000 (+0200) Subject: configs/nanopi_r1_defconfig: remove BR2_TARGET_UBOOT_BOARD_DEFCONFIG X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86dc63fed927d7825071754e8408a10d7a96b1ed;p=buildroot.git configs/nanopi_r1_defconfig: remove BR2_TARGET_UBOOT_BOARD_DEFCONFIG This defconfig use a custom defconfig file located in board/friendlyarm/nanopi-r1/uboot/nanopi_r1_defconfig. BR2_TARGET_UBOOT_BOARD_DEFCONFIG is used to provide the name of a in-tree defconfig. Since a custom defconfig is used, this option is lost while loading the defconfig with: make nanopi_r1_defconfig This fixes the new defconfig check. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/configs/nanopi_r1_defconfig b/configs/nanopi_r1_defconfig index 112e84f786..4c45110bd2 100644 --- a/configs/nanopi_r1_defconfig +++ b/configs/nanopi_r1_defconfig @@ -15,7 +15,6 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01" -BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_r1" BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_CUSTOM_DTS_PATH="board/friendlyarm/nanopi-r1/uboot/sun8i-h3-nanopi-r1.dts" BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y