uboot: fix target uboot defconfig warning
authorChristian Stewart <christian@paral.in>
Fri, 21 Apr 2017 19:57:07 +0000 (15:57 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Apr 2017 13:05:50 +0000 (15:05 +0200)
commitb7f095920a147c58f07b18f1b68553a1af03ae75
treea55d926a5182ba22b804f088643d09e5b77e1cf3
parentaab5db994c5c520a6d990a560737c61d36205698
uboot: fix target uboot defconfig warning

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/uboot.mk