mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8f07a59611
commit
db86f18ed7
@ -37,7 +37,7 @@ config BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config BR2_UBOOT_VERSION
|
config BR2_TARGET_UBOOT_VERSION
|
||||||
string
|
string
|
||||||
default "2010.03" if BR2_TARGET_UBOOT_2010_03
|
default "2010.03" if BR2_TARGET_UBOOT_2010_03
|
||||||
default "2009.11" if BR2_TARGET_UBOOT_2009_11
|
default "2009.11" if BR2_TARGET_UBOOT_2009_11
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# U-Boot
|
# 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_BOARD_NAME:=$(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
|
||||||
|
|
||||||
# U-Boot may not be selected in the configuration, but mkimage might
|
# U-Boot may not be selected in the configuration, but mkimage might
|
||||||
|
Loading…
x
Reference in New Issue
Block a user