tizen: sd_fusing.py: Switch VF2 board to A/B partition scheme
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 11 Apr 2024 11:54:01 +0000 (13:54 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:00 +0000 (12:00 +0100)
commit2c34c30684aeaab966db5a4700dcaf5c2667eb69
tree1047ac3d2777e1e076001fafb6e6260b647de127
parenta032063d16e6af137ab4e150ec376c1cd84ca3f8
tizen: sd_fusing.py: Switch VF2 board to A/B partition scheme

Use A/B partition scheme also for VisionFive2 board.

Boot script for VF2 has been updated to discover partitions based on
their GPT name, so it is safe to change layout.

While touching this, lets remove useless 'none' partition, which was
there only to force partitions to have specific numbers, hardcoded
earlier in the boot scripts. Also reduce the size of the 'boot'
partition, as there is nothing so large to store on it.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: If5893114a217dc98766da0afcc925f05b31c0c14
sd_fusing.py