public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] mx51evk: Fix CONFIG_SYS_MEMTEST_END
Date: Thu,  9 Feb 2012 22:25:08 -0200	[thread overview]
Message-ID: <1328833511-16824-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1328833511-16824-1-git-send-email-festevam@gmail.com>

CONFIG_SYS_MEMTEST_END should be higher than CONFIG_SYS_MEMTEST_START.

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

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 3b18a18..1477b21 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -199,7 +199,7 @@
 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 
 #define CONFIG_SYS_MEMTEST_START       0x90000000
-#define CONFIG_SYS_MEMTEST_END         0x10000
+#define CONFIG_SYS_MEMTEST_END         0x90010000
 
 #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR
 
-- 
1.7.1

  reply	other threads:[~2012-02-10  0:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-10  0:25 [U-Boot] [PATCH 1/5] mx31pdk: Fix CONFIG_SYS_MEMTEST_END Fabio Estevam
2012-02-10  0:25 ` Fabio Estevam [this message]
2012-02-10  0:25 ` [U-Boot] [PATCH 3/5] mx53evk: " Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 4/5] mx53smd: " Fabio Estevam
2012-02-10  0:25 ` [U-Boot] [PATCH 5/5] efikamx: " Fabio Estevam
2012-02-10  3:46   ` Marek Vasut

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=1328833511-16824-2-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox