From 58d3d2202fe7489a06d2423abb757f1f3e9b84dd Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Thu, 18 Mar 2021 12:43:14 +0100
Subject: [PATCH] brcm63xx: eagle: Change overlay volume name to overlay1/2

Change the overlay volume name for EX600 as well. This was missed
because the file was in the profile-specific directory.

Fixes: d83deb475faf8d0f89b574338275a845ba127005
---
 .../eagle/base-files/etc/system_layout/EX600.json             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iopsys-brcm63xx-arm/eagle/base-files/etc/system_layout/EX600.json b/iopsys-brcm63xx-arm/eagle/base-files/etc/system_layout/EX600.json
index 2ec690062..9c9848422 100644
--- a/iopsys-brcm63xx-arm/eagle/base-files/etc/system_layout/EX600.json
+++ b/iopsys-brcm63xx-arm/eagle/base-files/etc/system_layout/EX600.json
@@ -5,13 +5,13 @@
       "id": 0,
       "name": "A",
       "rootfs": "/dev/ubiblock0_4",
-      "overlay": "ubi0:overlayA"
+      "overlay": "ubi0:overlay1"
     },
     {
       "id": 1,
       "name": "B",
       "rootfs": "/dev/ubiblock0_6",
-      "overlay": "ubi0:overlayB"
+      "overlay": "ubi0:overlay2"
     }
   ],
   "overlay_scope": [
-- 
GitLab