mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 14:16:28 -04:00
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:
parent
b837eec9e6
commit
930d204e9f
4 changed files with 51 additions and 27 deletions
|
@ -24,8 +24,6 @@ type PartTable struct {
|
|||
Nonce [16]uint8
|
||||
AuthDigest [16]uint8
|
||||
}
|
||||
AddrStart uint32
|
||||
Size uint32
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue