diff options
| author | Pali Rohár <[email protected]> | 2022-08-01 17:42:20 +0200 |
|---|---|---|
| committer | Marek Behún <[email protected]> | 2022-09-16 17:39:41 +0200 |
| commit | d8fa0a76681af3ecea3941f5c743332dd76c7543 (patch) | |
| tree | 01fb932dbada08960af53db5b3db4b7d56c237b5 /doc/develop/python_cq.rst | |
| parent | d6c5bdb8794f5ee1b4f332f717ceed32a4510366 (diff) | |
Makefile: Build final mpc85xx non-SPL image in standard file u-boot.bin
Currently Makefile produces final mpc85xx image when SPL is not used in
custom file u-boot-with-dtb.bin. It is quite confusing name as build
process produce also intermediate file standard file u-boot-dtb.bin (which
is just intermediate and not bootable). Other platforms use u-boot.bin
(UBOOT_BIN) as standard name for final bootable raw image.
So change Makefile rules and binman to produce final bootable file for
mpc85xx also into file u-boot.bin. There is just need for mpc85xx to not
define default rule for u-boot.bin then instruct binman (via DTS file) to
store final image into u-boot.bin (instead of u-boot-with-dtb.bin) and
finally rename target u-boot-with-dtb.bin to u-boot.bin.
With this change are also removed custom Makefile hacks for mpc85xx that it
produced non-standard output file. And also updated documentation.
Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Marek Behún <[email protected]>
Diffstat (limited to 'doc/develop/python_cq.rst')
0 files changed, 0 insertions, 0 deletions
