All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 3/6] ARM: AM335x: Disable non-FIT based image loading for HS devices
Date: Mon, 13 Feb 2017 12:47:38 -0600	[thread overview]
Message-ID: <20170213184741.8755-4-afd@ti.com> (raw)
In-Reply-To: <20170213184741.8755-1-afd@ti.com>

Disable support for loading non-FIT images for AM335x platforms using
the high-security (HS) device variant.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
 configs/am335x_hs_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig
index d6224bcdfb..374540906c 100644
--- a/configs/am335x_hs_evm_defconfig
+++ b/configs/am335x_hs_evm_defconfig
@@ -14,6 +14,8 @@ CONFIG_SYS_EXTRA_OPTIONS="NAND"
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
 CONFIG_FIT_IMAGE_POST_PROCESS=y
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
+# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_SPL=y
-- 
2.11.0

  parent reply	other threads:[~2017-02-13 18:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 18:47 [U-Boot] [PATCH v4 0/6] Allow disabling non-FIT image loading from SPL Andrew F. Davis
2017-02-13 18:47 ` [U-Boot] [PATCH v4 1/6] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option Andrew F. Davis
2017-02-14 20:15   ` Tom Rini
2017-02-14 20:32     ` Andrew F. Davis
2017-02-14 21:04       ` Tom Rini
2017-02-15 19:37         ` Andrew F. Davis
2017-02-13 18:47 ` [U-Boot] [PATCH v4 2/6] spl: Add option to enable SPL Legacy image support Andrew F. Davis
2017-02-14 20:16   ` Tom Rini
2017-02-13 18:47 ` Andrew F. Davis [this message]
2017-02-14 20:16   ` [U-Boot] [PATCH v4 3/6] ARM: AM335x: Disable non-FIT based image loading for HS devices Tom Rini
2017-02-13 18:47 ` [U-Boot] [PATCH v4 4/6] ARM: AM43xx: " Andrew F. Davis
2017-02-14 20:16   ` Tom Rini
2017-02-13 18:47 ` [U-Boot] [PATCH v4 5/6] ARM: AM57xx: " Andrew F. Davis
2017-02-14 20:17   ` Tom Rini
2017-02-13 18:47 ` [U-Boot] [PATCH v4 6/6] ARM: DRA7xx: " Andrew F. Davis
2017-02-14 20:17   ` Tom Rini

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=20170213184741.8755-4-afd@ti.com \
    --to=afd@ti.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.