From 36f6714b2bc477b76b649829e703d7d48a42d9fa Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 9 Jan 2017 14:23:41 -0600
Subject: [PATCH] u-boot: v2017.01

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 target/chroot/beagleboard.org-4gb-wheezy.sh     | 2 +-
 target/chroot/beagleboard.org-console-jessie.sh | 2 +-
 target/chroot/beagleboard.org-console-wheezy.sh | 2 +-
 target/chroot/beagleboard.org-jessie.sh         | 2 +-
 target/chroot/beagleboard.org-stretch.sh        | 2 +-
 target/chroot/beagleboard.org-wheezy.sh         | 2 +-
 target/chroot/machinekit-jessie.sh              | 2 +-
 target/chroot/machinekit-wheezy.sh              | 2 +-
 target/chroot/seeed-jessie.sh                   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/target/chroot/beagleboard.org-4gb-wheezy.sh b/target/chroot/beagleboard.org-4gb-wheezy.sh
index 42a34109d..d775f6c2b 100755
--- a/target/chroot/beagleboard.org-4gb-wheezy.sh
+++ b/target/chroot/beagleboard.org-4gb-wheezy.sh
@@ -23,7 +23,7 @@
 export LC_ALL=C
 
 chromium_release="chromium-33.0.1750.117"
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh
index f0b26cb2b..bdf222f18 100755
--- a/target/chroot/beagleboard.org-console-jessie.sh
+++ b/target/chroot/beagleboard.org-console-jessie.sh
@@ -22,7 +22,7 @@
 
 export LC_ALL=C
 
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/beagleboard.org-console-wheezy.sh b/target/chroot/beagleboard.org-console-wheezy.sh
index 1806241f9..6d8495b49 100755
--- a/target/chroot/beagleboard.org-console-wheezy.sh
+++ b/target/chroot/beagleboard.org-console-wheezy.sh
@@ -23,7 +23,7 @@
 export LC_ALL=C
 
 chromium_release="chromium-33.0.1750.117"
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/beagleboard.org-jessie.sh b/target/chroot/beagleboard.org-jessie.sh
index 6b0b7dbf3..db30de601 100755
--- a/target/chroot/beagleboard.org-jessie.sh
+++ b/target/chroot/beagleboard.org-jessie.sh
@@ -22,7 +22,7 @@
 
 export LC_ALL=C
 
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/beagleboard.org-stretch.sh b/target/chroot/beagleboard.org-stretch.sh
index dd9679ecc..8b1e9a68c 100755
--- a/target/chroot/beagleboard.org-stretch.sh
+++ b/target/chroot/beagleboard.org-stretch.sh
@@ -22,7 +22,7 @@
 
 export LC_ALL=C
 
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/beagleboard.org-wheezy.sh b/target/chroot/beagleboard.org-wheezy.sh
index 2a5b22288..12c5af6f5 100755
--- a/target/chroot/beagleboard.org-wheezy.sh
+++ b/target/chroot/beagleboard.org-wheezy.sh
@@ -23,7 +23,7 @@
 export LC_ALL=C
 
 chromium_release="chromium-33.0.1750.117"
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/machinekit-jessie.sh b/target/chroot/machinekit-jessie.sh
index 9036d5c08..5266ac85d 100755
--- a/target/chroot/machinekit-jessie.sh
+++ b/target/chroot/machinekit-jessie.sh
@@ -22,7 +22,7 @@
 
 export LC_ALL=C
 
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
diff --git a/target/chroot/machinekit-wheezy.sh b/target/chroot/machinekit-wheezy.sh
index 744f63d2b..075e6e466 100755
--- a/target/chroot/machinekit-wheezy.sh
+++ b/target/chroot/machinekit-wheezy.sh
@@ -23,7 +23,7 @@
 export LC_ALL=C
 
 chromium_release="chromium-33.0.1750.117"
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="v2015.07"
 #bone101_git_sha="50e01966e438ddc43b9177ad4e119e5274a0130d"
 
diff --git a/target/chroot/seeed-jessie.sh b/target/chroot/seeed-jessie.sh
index 8ec5ec86f..fe8f3a36c 100755
--- a/target/chroot/seeed-jessie.sh
+++ b/target/chroot/seeed-jessie.sh
@@ -22,7 +22,7 @@
 
 export LC_ALL=C
 
-u_boot_release="v2017.01-rc3"
+u_boot_release="v2017.01"
 u_boot_release_x15="ti-2016.05"
 
 #contains: rfs_username, release_date
-- 
GitLab