Fix A/B partition link: B partition declares its A partner, not vice versa
This commit is contained in:
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user