summaryrefslogtreecommitdiff
path: root/include/configs/mx7_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:28:06 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 17:41:00 (GMT)
commitd569c95ec0daf8749ac07414f979bb9483d2d8a6 (patch)
tree64d7540f771e347839a87428084964177beee22f /include/configs/mx7_common.h
parent279e7c491b140d69fb1a87c7ab507fdc6978568b (diff)
downloadu-boot-d569c95ec0daf8749ac07414f979bb9483d2d8a6.tar.xz
Convert CONFIG_CMD_DEKBLOB to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DEKBLOB Note: This option does not seem to actually be enabled by any board. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply under SECURE_BOOT for mx5/6/7] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r--include/configs/mx7_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index e2b05ca..9a20c77 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -67,7 +67,6 @@
/* Secure boot (HAB) support */
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CSF_SIZE 0x2000
-#define CONFIG_CMD_DEKBLOB
#endif
#endif