commit | 898a0849536381c6a1fb8d6d8ff7d46d9f6769eb | [log] [tgz] |
---|---|---|
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | Wed Oct 07 11:22:24 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 09:54:52 2020 -0400 |
tree | 31791683cae1bd05489e873747fa9ea45a030982 | |
parent | ad5fb9f2e66e605941f78791f552c6bf6e522a9d [diff] |
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>