From 21b67fd624b24cd135affd529f11064e5e17cfab Mon Sep 17 00:00:00 2001 From: Oskar Viljasaar <oskar.viljasaar@iopsys.eu> Date: Tue, 4 May 2021 13:12:12 +0200 Subject: [PATCH] eagle: refer to bank ids [1,2] instead of [0,1] --- .../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 9c9848422..f653ebb5b 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 @@ -2,13 +2,13 @@ "type": "nand", "banks": [ { - "id": 0, + "id": 1, "name": "A", "rootfs": "/dev/ubiblock0_4", "overlay": "ubi0:overlay1" }, { - "id": 1, + "id": 2, "name": "B", "rootfs": "/dev/ubiblock0_6", "overlay": "ubi0:overlay2" -- GitLab