From c318a2969b840b7daedc42931b3ee1fd31f8aff5 Mon Sep 17 00:00:00 2001
From: vauban353 <vauban353@gmail.com>
Date: Thu, 23 Nov 2023 20:43:15 +0000
Subject: [PATCH] Chip config: Speed-up DDR training.

---
 build-options/board-tests.yaml | 2 +-
 build-options/default.yaml     | 2 +-
 build-options/minimal.yaml     | 2 +-
 build-options/robotics.yaml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-options/board-tests.yaml b/build-options/board-tests.yaml
index c461d95..e25e429 100644
--- a/build-options/board-tests.yaml
+++ b/build-options/board-tests.yaml
@@ -2,7 +2,7 @@
 HSS:
     type: git
     link: https://git.beagleboard.org/beaglev-fire/hart-software-services.git
-    branch: develop-beaglev-fire
+    branch: ddr-training-speed-up
     board: bvf
 gateware:
     type: sources
diff --git a/build-options/default.yaml b/build-options/default.yaml
index 5c4ac1e..39bd555 100644
--- a/build-options/default.yaml
+++ b/build-options/default.yaml
@@ -2,7 +2,7 @@
 HSS:
     type: git
     link: https://git.beagleboard.org/beaglev-fire/hart-software-services.git
-    branch: develop-beaglev-fire
+    branch: ddr-training-speed-up
     board: bvf
 gateware:
     type: sources
diff --git a/build-options/minimal.yaml b/build-options/minimal.yaml
index f54ee77..7111f07 100644
--- a/build-options/minimal.yaml
+++ b/build-options/minimal.yaml
@@ -2,7 +2,7 @@
 HSS:
     type: git
     link: https://git.beagleboard.org/beaglev-fire/hart-software-services.git
-    branch: develop-beaglev-fire
+    branch: ddr-training-speed-up
     board: bvf
 gateware:
     type: sources
diff --git a/build-options/robotics.yaml b/build-options/robotics.yaml
index 4dd0636..1bf315b 100644
--- a/build-options/robotics.yaml
+++ b/build-options/robotics.yaml
@@ -2,7 +2,7 @@
 HSS:
     type: git
     link: https://git.beagleboard.org/beaglev-fire/hart-software-services.git
-    branch: develop-beaglev-fire
+    branch: ddr-training-speed-up
     board: bvf
 gateware:
     type: sources
-- 
GitLab