diff mbox

[v4,3/4] beaglebone: update to latest U-Boot

Message ID 1392021600-32293-4-git-send-email-anders@chargestorm.se
State Accepted
Commit 4c3144475e6e632d4504658075ed1f7120bacd9d
Headers show

Commit Message

Anders Darander Feb. 10, 2014, 8:39 a.m. UTC
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>
---
 configs/beaglebone_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Feb. 10, 2014, 6:23 p.m. UTC | #1
Dear Anders Darander,

On Mon, 10 Feb 2014 09:39:59 +0100, Anders Darander wrote:
> 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>
> ---
>  configs/beaglebone_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Feb. 10, 2014, 6:43 p.m. UTC | #2
>>>>> "Anders" == Anders Darander <anders@chargestorm.se> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index bd8f745..4e60e3f 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -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"