]> Git Repo - J-u-boot.git/commit
boston: Add u-boot.mcs make target
authorPaul Burton <[email protected]>
Tue, 21 Nov 2017 22:31:07 +0000 (14:31 -0800)
committerDaniel Schwierzeck <[email protected]>
Tue, 28 Nov 2017 20:59:30 +0000 (21:59 +0100)
commitcaead80a66271d2de809acf410f8648c31ed5805
treee038deb2452d94c29a7d4ac9ae21a8b4ae1652f6
parentfabcffe9305842970c51661a3506fff818eefe8a
boston: Add u-boot.mcs make target

U-Boot is generally flashed to a MIPS Boston development board by means
of a .mcs file which Xilinx Vivado software can write to the flash
present on the board. As such we'd generally want to produce an mcs file
when building U-Boot to target the Boston board. Introduce a make target
for u-boot.mcs which generates it using the srec_cat tool available from
the SRecord project, and build it by default when srec_cat is present.

Signed-off-by: Paul Burton <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: [email protected]
board/imgtec/boston/config.mk [new file with mode: 0644]
This page took 0.034181 seconds and 4 git commands to generate.