mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-11 02:15:06 -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
d0310ff3e0
commit
a8f355e19a
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