Commits
Simon Glass committed 971c450a446
mkimage: Use board config to get CONFIG_FIT_SIGNATURE value The value of this config variable is not available to image.h on the host, since the board config is not actually included. Bring this in so that mkimage will be built with image-signing support for sandbox at least. Signed-off-by: Simon Glass <sjg@chromium.org>