commit | 4d7237bd7a6f716ae1981b87bd50a41bc4390ed2 | [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 | fd86d01ecaf9821f4a0968aaff15c8e2aac91d0c [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>