tizen: sd_fusing.py: change bogus 'param' name to 'reserved0' 34/309434/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 10 Apr 2024 10:00:33 +0000 (12:00 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 10 Apr 2024 10:02:41 +0000 (12:02 +0200)
commit344572a350e52eec78c1a0943abb60eb7443071b
tree81cb478919be19f660ad28f51cbd80ba16e5334a
parente30e4d5b641bfaef414aa5507ef4a37f21f29a74
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
scripts/tizen/sd_fusing.py