Commit eda1dc68 authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Peter Korsgaard
Browse files

uboot: bump to version 2014.04



Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>

Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 891926e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ choice
	  Select the specific U-Boot version you want to use

config BR2_TARGET_UBOOT_LATEST_VERSION
	bool "2014.01"
	bool "2014.04"

config BR2_TARGET_UBOOT_CUSTOM_VERSION
	bool "Custom version"
@@ -63,7 +63,7 @@ endif

config BR2_TARGET_UBOOT_VERSION
	string
	default "2014.01"	if BR2_TARGET_UBOOT_LATEST_VERSION
	default "2014.04"	if BR2_TARGET_UBOOT_LATEST_VERSION
	default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
		if BR2_TARGET_UBOOT_CUSTOM_VERSION
	default "custom"	if BR2_TARGET_UBOOT_CUSTOM_TARBALL