boot: Convert IMAGE_FORMAT into an enum
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:08 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit3c7b13b075488ebcff2923b0a7b46cc11f39285e
treebd84fef0400ed68352f3a244692ca460f0824579
parent7f10a7fe126dce5644d933af693eda40497d7755
boot: Convert IMAGE_FORMAT into an enum

Use an enum so it is clearer that these options are related. Update
genimg_get_format(), tidy up the function comment and move it to the
header file, since it is exported.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-board.c
include/image.h