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)
commitaafe5c5ef89065c61757d95cef0b5f3b2848d537
tree7150132bd626e405d9a211ef7a0438125b0098ce
parentfab4f3231f7d5a68e3ee698a01f2038d18ff3496
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