-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
On the current master (commit d15bc38), building the ec.rom for the darp10-b results in a wrong size, where it is 262080 bytes instead of 262144 bytes.
Steps to reproduce
- Clone the repository and initialize submodules
- Build with
make BOARD=system76/darp10-b - Check the size of the
ec.romwith, e.g.,wc -c build/ec.rom
Disclaimer: I currently do not have another platform where I can try it out so I am not 100% sure if there is something wrong on my machine causing this issue.