fw: Remove storage area address and size from partition table

Instead we calculate start addresses from area index and use fixed size.
This commit is contained in:
Mikael Ågren 2025-03-28 11:37:30 +01:00
parent b837eec9e6
commit 930d204e9f
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
4 changed files with 51 additions and 27 deletions

View file

@ -24,8 +24,6 @@ type PartTable struct {
Nonce [16]uint8
AuthDigest [16]uint8
}
AddrStart uint32
Size uint32
}
}