diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-27 04:27:53 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 14:30:03 (GMT) |
commit | c04b9b3440a2b2c55267bc76c594f49d101657fb (patch) | |
tree | 6b22e15142b64bc31eff511ea960419a33bf9980 /arch/powerpc | |
parent | ac20a1b21caeb779848f8f4731060dbc00f4bd7b (diff) | |
download | u-boot-c04b9b3440a2b2c55267bc76c594f49d101657fb.tar.xz |
Convert CONFIG_CMD_BLOB to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BLOB
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Add imply CMD_BLOB under CHAIN_OF_TRUST]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 2b5a291..62ce816 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -104,7 +104,6 @@ #define CONFIG_SHA_PROG_HW_ACCEL #ifndef CONFIG_SPL_BUILD -#define CONFIG_CMD_BLOB /* * fsl_setenv_chain_of_trust() must be called from * board_late_init() |