image: Use constants for 'required' and 'key-name-hint'
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:44:06 +0000 (11:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000 (07:45 -0600)
commit72188f546291cfadea99e9383c133d6aaa37d87d
treec950369be789dcb92fcd90c15ed48a889a736e78
parentb008677daf2a9dc0335260c7c4e24390487fe0ca
image: Use constants for 'required' and 'key-name-hint'

These are used in multiple places so update them to use a shared #define.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
common/image-cipher.c
common/image-fit.c
common/image-sig.c
include/image.h
lib/rsa/rsa-sign.c
tools/image-host.c