Make sure the BIOS file ends on an aligned boundary.
authorwhitequark <whitequark@whitequark.org>
Wed, 29 Jul 2015 09:30:57 +0000 (12:30 +0300)
committerwhitequark <whitequark@whitequark.org>
Wed, 29 Jul 2015 09:30:57 +0000 (12:30 +0300)
commit8db098dd8f2b508a277c97352fee519aab0928ba
treed6199348f7e595a1b3bf95d199607f03d5f27e15
parenta4e14f10589bed53e9f128a6831e590f36c795ff
Make sure the BIOS file ends on an aligned boundary.

If it does not, the address to which mkmscimg.py writes the CRC
and the address from which it is read could differ.
software/bios/linker.ld
software/bios/main.c