From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] mx53evk: Fix CONFIG_SYS_MEMTEST_END
Date: Thu, 9 Feb 2012 22:25:09 -0200 [thread overview]
Message-ID: <1328833511-16824-3-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.
Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx53evk.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 11fe6ef..a77e5b2 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -161,7 +161,7 @@
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
#define CONFIG_SYS_MEMTEST_START 0x70000000
-#define CONFIG_SYS_MEMTEST_END 0x10000
+#define CONFIG_SYS_MEMTEST_END 0x70010000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
--
1.7.1
next prev parent 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 ` [U-Boot] [PATCH 2/5] mx51evk: " Fabio Estevam
2012-02-10 0:25 ` Fabio Estevam [this message]
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-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.