From 8047860fae0d97053b990c8cdbe5d94e73c8d75d Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Tue, 20 Dec 2022 12:54:57 +0100
Subject: [PATCH] Rename eth1 regs to _not_used.

---
 boards/uniboard2c/designs/unb2c_test/unb2c_test.fpga.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/uniboard2c/designs/unb2c_test/unb2c_test.fpga.yaml b/boards/uniboard2c/designs/unb2c_test/unb2c_test.fpga.yaml
index 0c7f07d961..52079ec548 100644
--- a/boards/uniboard2c/designs/unb2c_test/unb2c_test.fpga.yaml
+++ b/boards/uniboard2c/designs/unb2c_test/unb2c_test.fpga.yaml
@@ -128,8 +128,8 @@ peripherals:
     peripheral_group: eth1
     mm_port_names:
       - AVS_ETH_1_TSE
-      - AVS_ETH_1_REG  # not used for eth_stream
-      - AVS_ETH_1_RAM  # not used for eth_stream
+      - AVS_ETH_1_REG_NOT_USED  # not used for eth_stream
+      - AVS_ETH_1_RAM_NOT_USED  # not used for eth_stream
 
   - peripheral_name: diag/diag_block_gen
     peripheral_group: eth1_tx
-- 
GitLab