commit | 905d4b710b3bc70c5c8720e25ff3e91a0b4daedf | [log] [tgz] |
---|---|---|
author | Daniel Golle <daniel@makrotopia.org> | Sat Aug 27 04:14:42 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 31 12:21:47 2022 -0400 |
tree | d5742624da373a4f14650cadb2311a8aa3071ee4 | |
parent | 002b8f372688ba1ffde2367efdc41e45e978d442 [diff] |
bootm: fix typo imape_comp -> image_comp Change variable name 'imape_comp' to the supposedly intended name 'image_comp'. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Reviewed-by: Simon Glass <sjg@chromium.org>