* [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning
@ 2017-04-21 19:57 Christian Stewart
2017-04-22 13:05 ` Thomas Petazzoni
2017-04-24 19:32 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Christian Stewart @ 2017-04-21 19:57 UTC (permalink / raw)
To: buildroot
The warning currently reads:
No board defconfig name specified, check your
BR2_TARGET_UBOOT_DEFCONFIG setting.
It should read:
No board defconfig name specified, check your
BR2_TARGET_UBOOT_BOARD_DEFCONFIG setting.
Signed-off-by: Christian Stewart <christian@paral.in>
---
boot/uboot/uboot.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 91f8ec4..5320d5c 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -311,7 +311,7 @@ endif # UBOOT_BOARD_NAME
else ifeq ($(BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG),y)
ifeq ($(BR2_TARGET_UBOOT_USE_DEFCONFIG),y)
ifeq ($(call qstrip,$(BR2_TARGET_UBOOT_BOARD_DEFCONFIG)),)
-$(error No board defconfig name specified, check your BR2_TARGET_UBOOT_DEFCONFIG setting)
+$(error No board defconfig name specified, check your BR2_TARGET_UBOOT_BOARD_DEFCONFIG setting)
endif # qstrip BR2_TARGET_UBOOT_BOARD_DEFCONFIG
endif # BR2_TARGET_UBOOT_USE_DEFCONFIG
ifeq ($(BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG),y)
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning
2017-04-21 19:57 [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning Christian Stewart
@ 2017-04-22 13:05 ` Thomas Petazzoni
2017-04-24 19:32 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-04-22 13:05 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 21 Apr 2017 15:57:07 -0400, Christian Stewart wrote:
> The warning currently reads:
>
> No board defconfig name specified, check your
> BR2_TARGET_UBOOT_DEFCONFIG setting.
>
> It should read:
>
> No board defconfig name specified, check your
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG setting.
>
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
> boot/uboot/uboot.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning
2017-04-21 19:57 [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning Christian Stewart
2017-04-22 13:05 ` Thomas Petazzoni
@ 2017-04-24 19:32 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-04-24 19:32 UTC (permalink / raw)
To: buildroot
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
> The warning currently reads:
> No board defconfig name specified, check your
> BR2_TARGET_UBOOT_DEFCONFIG setting.
> It should read:
> No board defconfig name specified, check your
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG setting.
> Signed-off-by: Christian Stewart <christian@paral.in>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-24 19:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21 19:57 [Buildroot] [PATCH 1/1] uboot: fix target uboot defconfig warning Christian Stewart
2017-04-22 13:05 ` Thomas Petazzoni
2017-04-24 19:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox