From f273ae0406f6f309f4e750e680c936afc443ea2f Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 7 May 2013 00:34:49 +0000 Subject: configs: update boards to u-boot custom version option Some board configs where left out of the u-boot custom version migration, so do it otherwise they'll just pull the latest version which might not work and brick the device. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- configs/atngw100_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/atngw100_defconfig') diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index 9ab6c037b..4a779e151 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -14,7 +14,8 @@ BR2_TARGET_ROOTFS_TAR_NONE=y # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="atngw100" -BR2_TARGET_UBOOT_2010_09=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2010.09" # Kernel BR2_LINUX_KERNEL=y -- cgit v1.2.3