From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] efikamx: Fix CONFIG_SYS_MEMTEST_END
Date: Fri, 10 Feb 2012 04:46:28 +0100 [thread overview]
Message-ID: <201202100446.28917.marek.vasut@gmail.com> (raw)
In-Reply-To: <1328833511-16824-5-git-send-email-festevam@gmail.com>
> CONFIG_SYS_MEMTEST_END should be higher than CONFIG_SYS_MEMTEST_START.
>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/efikamx.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
> index e2f0f74..af542fa 100644
> --- a/include/configs/efikamx.h
> +++ b/include/configs/efikamx.h
> @@ -240,7 +240,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
Add:
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Tested-by: Marek Vasut <marek.vasut@gmail.com>
prev parent reply other threads:[~2012-02-10 3:46 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 ` [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 [this message]
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=201202100446.28917.marek.vasut@gmail.com \
--to=marek.vasut@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