]> git.baikalelectronics.ru Git - uboot.git/commit
cosmetic: image: Fix comments and the order of definitions
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Wed, 7 Oct 2020 02:22:24 +0000 (11:22 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 13:54:52 +0000 (09:54 -0400)
commit4abea5673748243b97cedfdbc7de8becc0b916ff
tree31791683cae1bd05489e873747fa9ea45a030982
parentc0fc327b88326bdd391e128f9c83e775511a2366
cosmetic: image: Fix comments and the order of definitions

Fix some comments about functions.
Move genimg_get_comp_name() above genimg_get_short_name() because
genimg_get_comp_name() is related to get_table_entry_name().

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image.c
include/image.h