[U-Boot] [PATCH] boston: Pad binary in .mcs to a multiple of 16 bytes

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Fri Jan 19 11:32:11 UTC 2018



On 18.01.2018 23:36, Paul Burton wrote:
> When flashing U-Boot on a Boston board using Xilinx Vivado tools, the
> final 0x00 byte which ends the .relocs section seems to be skipped &
> left in flash as 0xff unless the data contained in the .mcs is padded
> out to a 16 byte boundary. Without our final zero byte relocation will
> fail with an error about a spurious reloc:
> 
> Avoid this problem by padding out the data in the .mcs file to a 16 byte
> boundary using srec_cat's -range-pad functionality.
> 
> Signed-off-by: Paul Burton <paul.burton at mips.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> 
> ---
> 
>  board/imgtec/boston/config.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
applied to u-boot-mips, thanks.

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180119/97f24c90/attachment.sig>


More information about the U-Boot mailing list