All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] mx51evk: Allow booting a zImage kernel
Date: Wed, 24 Oct 2012 17:44:28 -0200	[thread overview]
Message-ID: <1351107870-5255-3-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1351107870-5255-1-git-send-email-festevam@gmail.com>

From: Fabio Estevam <fabio.estevam@freescale.com>

Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx51evk.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index d3edcba..8cf59fe 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -144,7 +144,7 @@
  ***********************************************************/
 
 #include <config_cmd_default.h>
-
+#define CONFIG_CMD_BOOTZ
 #undef CONFIG_CMD_IMLS
 
 #define CONFIG_CMD_DATE
-- 
1.7.9.5

  parent reply	other threads:[~2012-10-24 19:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24 19:44 [U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel Fabio Estevam
2012-10-24 19:44 ` [U-Boot] [PATCH 2/5] mx25pdk: " Fabio Estevam
2012-10-28 11:52   ` Stefano Babic
2012-10-24 19:44 ` Fabio Estevam [this message]
2012-10-28 11:52   ` [U-Boot] [PATCH 3/5] mx51evk: " Stefano Babic
2012-10-24 19:44 ` [U-Boot] [PATCH 4/5] mx35pdk: " Fabio Estevam
2012-10-28 11:53   ` Stefano Babic
2012-10-24 19:44 ` [U-Boot] [PATCH 5/5] mx6qsabre_common: " Fabio Estevam
2012-10-28 11:53   ` Stefano Babic
2012-10-25  2:07 ` [U-Boot] [PATCH 1/5] mx53loco: " Robert Nelson
2012-10-25  2:15   ` Fabio Estevam
2012-10-25  7:00     ` Stefano Babic
2012-10-25 11:16       ` Fabio Estevam
2012-10-25 11:25         ` Stefano Babic
2012-10-28 11:53 ` Stefano Babic

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=1351107870-5255-3-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.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.