Fix A/B partition link: B partition declares its A partner, not vice versa

This commit is contained in:
Ian Gulliver
2026-04-12 21:54:57 +09:00
parent 8da5ff9886
commit 819632a7ea

View File

@@ -19,8 +19,7 @@
"secure": "rw",
"nonsecure": "rw",
"bootloader": "rw"
},
"link": ["a", 1]
}
},
{
"name": "B",
@@ -31,7 +30,8 @@
"secure": "rw",
"nonsecure": "rw",
"bootloader": "rw"
}
},
"link": ["a", 0]
}
]
}