summaryrefslogtreecommitdiffstats
path: root/configs/at91rm9200df_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-05-07 00:34:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-07 14:00:17 +0200
commitf273ae0406f6f309f4e750e680c936afc443ea2f (patch)
tree0aaf07aaacdc89c0914aedde121423f489642983 /configs/at91rm9200df_defconfig
parent5a6b7aa8d1f8765deb21ca01284029e33a7635cc (diff)
downloadbuildroot-novena-f273ae0406f6f309f4e750e680c936afc443ea2f.tar.gz
buildroot-novena-f273ae0406f6f309f4e750e680c936afc443ea2f.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/at91rm9200df_defconfig')
-rw-r--r--configs/at91rm9200df_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig
index 74b5a6fd9..5994f43e9 100644
--- a/configs/at91rm9200df_defconfig
+++ b/configs/at91rm9200df_defconfig
@@ -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