configs: update boards to u-boot custom version option
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 7 May 2013 00:34:49 +0000 (00:34 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 7 May 2013 12:00:17 +0000 (14:00 +0200)
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/at91rm9200df_defconfig
configs/atngw100_defconfig
configs/atstk100x_defconfig

index 74b5a6fd924de86d9408a6df0e0723f7ceb9dcd7..5994f43e99e60ce8ccb7eccb721b8b69f92a2185 100644 (file)
@@ -18,7 +18,8 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.38.8"
 # Bootloader
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="at91rm9200ek"
-BR2_TARGET_UBOOT_2010_06=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2010.06"
 
 # Kernel
 BR2_LINUX_KERNEL=y
index 9ab6c037b8b00d580e41742a9e628d3721eb91b1..4a779e1512b35c41f1bb4e9a4da3bca5fbeb3c26 100644 (file)
@@ -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
index 1af50011159bab9c0cd50be054e21da834c41e6e..fe7e498f63fff1a37891b611e7fd86c3c600ab34 100644 (file)
@@ -4,7 +4,8 @@ BR2_avr32=y
 # U-Boot
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="atstk1002"
-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
@@ -15,5 +16,3 @@ BR2_LINUX_KERNEL_DEFCONFIG="atstk1002"
 
 # Filesystem
 BR2_TARGET_ROOTFS_TAR=y
-
-