summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-07-17 15:10:59 -0700
committerTom Rini <trini@ti.com>2013-07-19 09:45:19 -0400
commit971c450a446a60daf276b9d2adf243be6048c421 (patch)
treed05ad66144c8724ccb410d3e30ef85100aa579b8
parent4ef400b9f84af699cfeef60c871174b6e1defc59 (diff)
downloadtalos-obmc-uboot-971c450a446a60daf276b9d2adf243be6048c421.tar.gz
talos-obmc-uboot-971c450a446a60daf276b9d2adf243be6048c421.zip
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>
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 81c2584216..f71e145d35 100644
--- a/config.mk
+++ b/config.mk
@@ -213,6 +213,10 @@ endif
# TODO(sjg@chromium.org): Is this correct on Mac OS?
ifdef CONFIG_FIT_SIGNATURE
HOSTLIBS += -lssl -lcrypto
+
+# This affects include/image.h, but including the board config file
+# is tricky, so manually define this options here.
+HOSTCFLAGS += -DCONFIG_FIT_SIGNATURE
endif
ifneq ($(CONFIG_SYS_TEXT_BASE),)
OpenPOWER on IntegriCloud