commit | adf53a8191283b6a06a31062c765d29c24bed7c6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 13:55:54 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | 7150132bd626e405d9a211ef7a0438125b0098ce | |
parent | 0b2f70ce199e0c0032302a7491cde09cbfcfaf6b [diff] |
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>