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>
Wed, 4 Dec 2024 11:56:00 +0000 (20:56 +0900)
commit9336ac087cc33cbd8c8c2abf046394ee0b9f445f
tree84e014a41705f0a05c791f392059a23e3f1961ad
parente7f749efaa690ab7b340e75b1fd6da4abd8cf4fe
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>
sd_fusing.py