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",
|
"secure": "rw",
|
||||||
"nonsecure": "rw",
|
"nonsecure": "rw",
|
||||||
"bootloader": "rw"
|
"bootloader": "rw"
|
||||||
},
|
}
|
||||||
"link": ["a", 1]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "B",
|
"name": "B",
|
||||||
@@ -31,7 +30,8 @@
|
|||||||
"secure": "rw",
|
"secure": "rw",
|
||||||
"nonsecure": "rw",
|
"nonsecure": "rw",
|
||||||
"bootloader": "rw"
|
"bootloader": "rw"
|
||||||
}
|
},
|
||||||
|
"link": ["a", 0]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user