summaryrefslogtreecommitdiffstats
path: root/configs/beaglebone_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r--configs/beaglebone_defconfig3
1 files changed, 2 insertions, 1 deletions
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"