Paul Burton
b2f815bb5f
boston: Pad binary in .mcs to a multiple of 16 bytes
...
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@mips.com >
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
2018-01-25 17:40:42 +01:00
..
2017-10-19 11:37:51 +08:00
2017-11-06 09:58:51 -05:00
2018-01-02 07:57:34 -05:00
2018-01-12 08:05:12 -05:00
2017-12-06 14:54:12 -08:00
2017-10-12 17:31:16 +02:00
2017-11-17 07:44:13 -05:00
2017-11-06 09:58:51 -05:00
2018-01-10 08:05:52 -05:00
2017-10-12 17:31:16 +02:00
2018-01-11 15:20:30 +01:00
2017-10-12 17:58:42 +02:00
2018-01-12 14:28:04 +01:00
2017-10-12 17:31:16 +02:00
2017-11-30 08:30:59 +01:00
2017-12-29 11:18:59 +01:00
2017-10-12 17:31:16 +02:00
2017-11-09 11:32:49 +01:00
2018-01-19 15:49:30 -05:00
2018-01-08 17:36:54 +01:00
2017-10-16 09:42:51 -04:00
2018-01-23 11:22:12 -08:00
2018-01-12 14:28:04 +01:00
2017-12-06 14:54:12 -08:00
2017-12-29 11:17:22 +01:00
2018-01-25 17:40:42 +01:00
2017-10-07 15:07:59 +08:00
2017-12-04 22:00:00 +09:00
2018-01-10 12:28:47 -08:00
2017-11-29 22:36:59 -05:00
2017-11-09 11:32:49 +01:00
2018-01-22 10:27:13 -05:00
2017-11-30 08:30:59 +01:00
2017-12-04 22:00:00 +09:00
2017-11-06 09:58:51 -05:00
2017-11-29 08:02:39 +01:00
2017-12-04 22:00:00 +09:00
2017-11-06 09:58:51 -05:00
2018-01-15 16:29:03 -05:00
2017-12-04 09:59:02 -05:00
2017-12-09 13:36:27 +01:00
2017-12-18 17:17:51 +01:00
2017-10-16 09:42:51 -04:00
2018-01-10 08:05:52 -05:00
2017-12-06 14:54:12 -08:00
2017-12-04 22:00:00 +09:00
2018-01-12 14:28:04 +01:00
2018-01-09 16:41:00 +01:00
2018-01-10 08:05:52 -05:00
2018-01-10 08:05:47 -05:00
2018-01-15 18:29:21 -07:00
2017-11-06 09:58:51 -05:00
2017-12-11 11:36:22 +03:00
2017-10-12 17:31:16 +02:00
2018-01-02 19:12:53 +01:00
2018-01-19 15:49:28 -05:00
2017-11-29 08:02:39 +01:00
2018-01-12 14:28:04 +01:00
2017-10-31 11:13:56 +01:00
2018-01-10 12:28:47 -08:00
2017-11-20 09:54:09 +01:00
2017-12-29 11:18:59 +01:00
2017-12-18 09:32:07 +01:00