scripts: sd_fusing: get rid of user_partition attribute
authorJacek Kryszyn <j.kryszyn@samsung.com>
Mon, 23 Sep 2024 04:01:29 +0000 (06:01 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:28:47 +0000 (20:28 +0900)
commita6623e333712619837d3d457c3063126289ff72c
tree24e927a72fb85516a2b71d0fedaa646929304649
parent1025a8de62a7f5c39764482424695288a57a3843
scripts: sd_fusing: get rid of user_partition attribute

The SdFusingTarget class has the user_partition
attribute which informs about the index of the user
partition in the part_table. It has to be set manually
for each target. This change removes the attribute and
adds calculation of the index.

Change-Id: I2a0827dac255bd4715ab04cd050e8fd9d14edb40
Signed-off-by: Jacek Kryszyn <j.kryszyn@samsung.com>
scripts/tizen/sd_fusing.py