All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinitha Pillai-B57223 <vinitha.pillai@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH][v2][RESEND] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation
Date: Fri, 31 Mar 2017 10:50:02 +0530	[thread overview]
Message-ID: <1490937602-19969-1-git-send-email-vinitha.pillai@nxp.com> (raw)

BLOB feature is not required during SPL compilation.

Signed-off-by: Vinitha Pillai <vinitha.pillai@nxp.com>
Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
---

Changes in v2:
Changed the commit message.
Since BLOB feature is not to be used on T1042RDB, it is removed

 arch/powerpc/include/asm/fsl_secure_boot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index 1b7cf09..2b5a291 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -100,11 +100,11 @@
 #endif /* ifdef CONFIG_SPL_BUILD */
 
 #define CONFIG_CMD_ESBC_VALIDATE
-#define CONFIG_CMD_BLOB
 #define CONFIG_FSL_SEC_MON
 #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()
-- 
1.9.1

             reply	other threads:[~2017-03-31  5:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-31  5:20 Vinitha Pillai-B57223 [this message]
2017-04-18 15:35 ` [U-Boot] [PATCH][v2][RESEND] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation York Sun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490937602-19969-1-git-send-email-vinitha.pillai@nxp.com \
    --to=vinitha.pillai@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.