diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:24:49 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:25:46 +0200 |
commit | db86f18ed7ce0659f3eda3b2101c5862f07ac18b (patch) | |
tree | f44a3805aab7b7efbe2abbc3503203dbad070b7d /boot/u-boot/u-boot.mk | |
parent | 8f07a596113f5ae1aea9cefcfa27aeab6b9348e8 (diff) | |
download | buildroot-novena-db86f18ed7ce0659f3eda3b2101c5862f07ac18b.tar.gz buildroot-novena-db86f18ed7ce0659f3eda3b2101c5862f07ac18b.zip |
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>
Diffstat (limited to 'boot/u-boot/u-boot.mk')
-rw-r--r-- | boot/u-boot/u-boot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/u-boot/u-boot.mk b/boot/u-boot/u-boot.mk index ee566112f..ad67343a9 100644 --- a/boot/u-boot/u-boot.mk +++ b/boot/u-boot/u-boot.mk @@ -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 |