]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Use board config to get CONFIG_FIT_SIGNATURE value
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2013 22:10:59 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Fri, 19 Jul 2013 13:45:19 +0000 (09:45 -0400)
commit971c450a446a60daf276b9d2adf243be6048c421
treed05ad66144c8724ccb410d3e30ef85100aa579b8
parent4ef400b9f84af699cfeef60c871174b6e1defc59
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>
config.mk