commit | 41506ff5a51fb95896683bc8def8dbf53ef93de1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 07:03:15 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:26 2021 -0400 |
tree | 9a59fa4678ae9b419f36be4da36d9bf1204d3778 | |
parent | 458b30af66cd41ca8e6f8a52ea4c09cb50d3413d [diff] |
image: Split board code out into its own file To avoid a large #ifdef in the image.c file, move the affected code into a separate file. Avoid any style fix-ups for easier review. Those are in the next patch. Signed-off-by: Simon Glass <sjg@chromium.org>