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)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:44 +0000 (20:28 +0900)
commiteada90dff23a142866b813544396e1879472601f
tree7b2666f3f64aa4df0393f3bf2474c0cf2c0ee6f9
parent452c7b9c8411632a3e7af9da86774770d09605ad
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