Skip to content
Snippets Groups Projects
Commit 21b67fd6 authored by Oskar Viljasaar's avatar Oskar Viljasaar
Browse files

eagle: refer to bank ids [1,2] instead of [0,1]

parent 8e1bcbd2
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment