All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] Blackfin: bf506f-ezkit: disable import/export env commands
Date: Mon, 25 Apr 2011 02:06:08 -0400	[thread overview]
Message-ID: <1303711569-26672-3-git-send-email-vapier@gentoo.org> (raw)
In-Reply-To: <1303711569-26672-1-git-send-email-vapier@gentoo.org>

Space is very tight on this board, so remove more extraneous commands.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/configs/bf506f-ezkit.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h
index 3580ec6..77b6735 100644
--- a/include/configs/bf506f-ezkit.h
+++ b/include/configs/bf506f-ezkit.h
@@ -82,6 +82,8 @@
  */
 #define CONFIG_ENV_IS_NOWHERE
 #define CONFIG_ENV_SIZE 0x400
+#undef CONFIG_CMD_EXPORTENV
+#undef CONFIG_CMD_IMPORTENV
 
 
 /*
-- 
1.7.5.rc1

  parent reply	other threads:[~2011-04-25  6:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-25  6:06 [U-Boot] [PATCH 0/3] Blackfin minor config updates for 2011.06 Mike Frysinger
2011-04-25  6:06 ` [U-Boot] [PATCH 1/3] Blackfin: bf537-stamp/bf527-ad7160-eval: convert to mmc_spi Mike Frysinger
2011-04-25  6:06 ` Mike Frysinger [this message]
2011-04-25  6:06 ` [U-Boot] [PATCH 3/3] Blackfin: adi boards: add eon to the "all" spi flash list Mike Frysinger
2011-04-25  6:07 ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2011-04-27 19:44   ` Wolfgang Denk

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=1303711569-26672-3-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --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.