commit | 0cd57f29e49a99135660a65d21da8e6b3d5cb52a | [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 | fdffe6aae2c3a09f4502edd890ebb1200ff8f486 [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>