public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: David Lechner <david@lechnology.com>
To: u-boot@lists.denx.de
Subject: [PATCH 4/4] configs: legoev3: disable non-Linux boot options
Date: Mon, 11 Jan 2021 13:24:47 -0600	[thread overview]
Message-ID: <20210111192447.1626473-5-david@lechnology.com> (raw)
In-Reply-To: <20210111192447.1626473-1-david@lechnology.com>

This disables booting to non-Linux OSes.

This board is uncomfortably close to its 256K size limit, so every
few KB saved helps.

Signed-off-by: David Lechner <david@lechnology.com>
---
 configs/legoev3_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index 3dfbdf2b2e..34bc72fb8b 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -14,6 +14,10 @@ CONFIG_AUTOBOOT_STOP_STR="l"
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_BOARD_LATE_INIT=y
 CONFIG_HUSH_PARSER=y
+# CONFIG_BOOTM_NETBSD is not set
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
+# CONFIG_BOOTM_VXWORKS is not set
 CONFIG_CMD_ASKENV=y
 CONFIG_CRC32_VERIFY=y
 CONFIG_CMD_MX_CYCLIC=y
-- 
2.25.1

  parent reply	other threads:[~2021-01-11 19:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11 19:24 [PATCH 0/4] LEGO MINDSTORMS EV3 updates David Lechner
2021-01-11 19:24 ` [PATCH 1/4] ARM: legoev3: set serial# env var David Lechner
2021-01-11 19:24 ` [PATCH 2/4] ARM: legoev3: drop bi_arch_number David Lechner
2021-01-11 19:24 ` [PATCH 3/4] configs: legoev3: disable CONFIG_NET David Lechner
2021-01-11 19:24 ` David Lechner [this message]
2021-01-18  4:16 ` [PATCH 0/4] LEGO MINDSTORMS EV3 updates Lokesh Vutla

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=20210111192447.1626473-5-david@lechnology.com \
    --to=david@lechnology.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox