From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] imx31_litekit: Provide proper range for memtest
Date: Wed, 07 Mar 2012 11:10:54 +0100 [thread overview]
Message-ID: <4F57342E.2040900@denx.de> (raw)
In-Reply-To: <1329061116-3471-4-git-send-email-festevam@gmail.com>
On 12/02/2012 16:38, Fabio Estevam wrote:
> memtest adresses should contain proper DRAM address range.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/imx31_litekit.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
> index bbcbce1..fcbd4a5 100644
> --- a/include/configs/imx31_litekit.h
> +++ b/include/configs/imx31_litekit.h
> @@ -130,8 +130,8 @@
> #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
> #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
>
> -#define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */
> -#define CONFIG_SYS_MEMTEST_END 0x10000
> +#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2)
> +#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE)
>
> #define CONFIG_SYS_LOAD_ADDR 0 /* default load address */
>
Applied to u-boot-imx, thans.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2012-03-07 10:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-12 15:38 [U-Boot] [PATCH 1/5] mx31ads: Provide proper range for memtest Fabio Estevam
2012-02-12 15:38 ` [U-Boot] [PATCH 2/5] mx35pdk: " Fabio Estevam
2012-02-13 7:26 ` Stefano Babic
2012-03-07 10:10 ` Stefano Babic
2012-03-07 12:38 ` Wolfgang Denk
2012-03-07 13:08 ` Stefano Babic
2012-02-12 15:38 ` [U-Boot] [PATCH 3/5] flea3: " Fabio Estevam
2012-03-07 10:10 ` Stefano Babic
2012-03-07 12:39 ` Wolfgang Denk
2012-02-12 15:38 ` [U-Boot] [PATCH 4/5] imx31_litekit: " Fabio Estevam
2012-03-07 10:10 ` Stefano Babic [this message]
2012-02-12 15:38 ` [U-Boot] [PATCH 5/5] imx31_phycore: " Fabio Estevam
2012-03-07 10:11 ` Stefano Babic
2012-02-13 7:12 ` [U-Boot] [PATCH 1/5] mx31ads: " Marek Vasut
2012-03-07 10:11 ` 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=4F57342E.2040900@denx.de \
--to=sbabic@denx.de \
--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.