beaglebone: update to latest U-Boot
authorAnders Darander <anders@chargestorm.se>
Mon, 10 Feb 2014 08:39:59 +0000 (09:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 10 Feb 2014 18:42:50 +0000 (19:42 +0100)
Update to the default version of U-Boot, at this time 2013.10.

Tested with an old uEnv.txt (i.e. using uImage) and with the
currently prefered zImage.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/beaglebone_defconfig

index bd8f745c9d8636138ae3786705777bfebb5fb1e4..4e60e3f44aba2ba8555ffb4cadbf63404c3c509d 100644 (file)
@@ -22,7 +22,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.12.10"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="am335x_evm"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.10"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="MLO"