sd_fusing: Drop most "fstype" definitions
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 7 Jun 2024 06:12:14 +0000 (08:12 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
commit5ae45e67bd7ad75124e113b0e50146aeed791a85
treef2d632446477e93faa968ab41d385d97a8e717d1
parentf8bc630f6bfb0a046cfbfe9b75c306fd1d75cb6e
sd_fusing: Drop most "fstype" definitions

This commit drops most "fstype" from target classes as its
definition forces creating new filesystem using mkfs.<fstype>,
which is normally not needed as the partitions are overwriten
by flashed binaries.

Additionally, this commit also drops fstype checking from
partition table verfication as it became useless.

Change-Id: Ief2034f0a1452ab48bd3f2b54b07a709126b000e
sd_fusing.py