]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Allow building .rom files for non-x86 boards
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:55:54 +0000 (13:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit8ca6fad1e801010d0b21e1c78293f06d67baaa85
tree7150132bd626e405d9a211ef7a0438125b0098ce
parentf0a38a5fd66e6643b0b9c34f6888a905030cefc4
Makefile: Allow building .rom files for non-x86 boards

Some non-x86 devices can use SPI flash to boot and need to produce images
of a fixed size to program the flash.

Add a way to handle this for non-x86 boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile