tizen: sd_fusing.py: change bogus 'param' name to 'reserved0'
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 10 Apr 2024 10:00:33 +0000 (12:00 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:00 +0000 (12:00 +0100)
commita7751ed6bddd678a4de82cfcc5b2bb453811492d
tree525884f722d7d4c058066427ebafd19302bc6edd
parentf779ec82272df878b7fee327c2edb5b5840babe5
tizen: sd_fusing.py: change bogus 'param' name to 'reserved0'

The original sd_fusing_rpi4.sh had following content:

[...]
size=${PARAM_SZ}MiB, name=reserved0
size=${RESERVED1_SZ}MiB, name=reserved1
size=${RESERVED2_SZ}MiB, name=reserved2

It looks that while rewriting the above to python, the size and name has
been mixed resulting in creating 'param' partition. Then this bogus name
was copied to the Rpi4AoT and LicheePi4A variants. Restore proper
'reserved0' name for all variants.

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