From 5a6b7aa8d1f8765deb21ca01284029e33a7635cc Mon Sep 17 00:00:00 2001 From: Fabio Porcedda Date: Mon, 6 May 2013 21:07:47 +0000 Subject: configs: use new u-boot custom version option Signed-off-by: Fabio Porcedda Signed-off-by: Peter Korsgaard --- configs/beaglebone_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/beaglebone_defconfig') diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 8eeed77dc..21770685e 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -21,7 +21,8 @@ BR2_DEFAULT_KERNEL_VERSION="3.2.9" # bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="am335x_evm" -BR2_TARGET_UBOOT_2013_04=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04" BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="MLO" -- cgit v1.2.3