diff options
author | Simon Glass | 2017-04-26 22:28:06 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 13:41:00 -0400 |
commit | d569c95ec0daf8749ac07414f979bb9483d2d8a6 (patch) | |
tree | 64d7540f771e347839a87428084964177beee22f /include/configs/mx7_common.h | |
parent | 279e7c491b140d69fb1a87c7ab507fdc6978568b (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index e2b05caa945..9a20c7732dd 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 |