]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bootm: fix typo imape_comp -> image_comp
authorDaniel Golle <daniel@makrotopia.org>
Sat, 27 Aug 2022 03:14:42 +0000 (04:14 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 31 Aug 2022 16:21:47 +0000 (12:21 -0400)
commit0cd57f29e49a99135660a65d21da8e6b3d5cb52a
treed5742624da373a4f14650cadb2311a8aa3071ee4
parentfdffe6aae2c3a09f4502edd890ebb1200ff8f486
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>
boot/bootm.c