Commit db86f18e authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

u-boot: use BR2_TARGET_UBOOT_VERSION instead of BR2_UBOOT_VERSION



In order to be coherent with all other BR2_TARGET_UBOOT_* options.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 8f07a596
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ config BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION

endif

config BR2_UBOOT_VERSION
config BR2_TARGET_UBOOT_VERSION
	string
	default "2010.03"	if BR2_TARGET_UBOOT_2010_03
	default "2009.11"	if BR2_TARGET_UBOOT_2009_11
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# U-Boot
#
#############################################################
U_BOOT_VERSION:=$(call qstrip,$(BR2_UBOOT_VERSION))
U_BOOT_VERSION:=$(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
U_BOOT_BOARD_NAME:=$(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))

# U-Boot may not be selected in the configuration, but mkimage might