From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: mx6ulevk: change mtest memory size to 128M
Date: Sun, 24 Jan 2016 11:49:58 +0100 [thread overview]
Message-ID: <56A4AC56.80606@denx.de> (raw)
In-Reply-To: <1451973816-27435-1-git-send-email-van.freenix@gmail.com>
On 05/01/2016 07:03, Peng Fan wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> To i.MX6UL 14x14 EVK, system memory is 512M; to i.MX6UL 9x9 EVK,
> system memory is 256M. If setting mtest size to 256M, mtest will
> crash uboot for i.MX6UL 9x9 evk. So change mtest size to 128M.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/mx6ul_14x14_evk.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
> index a4f624c..f09824f 100644
> --- a/include/configs/mx6ul_14x14_evk.h
> +++ b/include/configs/mx6ul_14x14_evk.h
> @@ -156,7 +156,7 @@
> /* Miscellaneous configurable options */
> #define CONFIG_CMD_MEMTEST
> #define CONFIG_SYS_MEMTEST_START 0x80000000
> -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000000)
> +#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x8000000)
>
> #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
> #define CONFIG_SYS_HZ 1000
>
Applied to u-boot-imx, thanks!
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2016-01-24 10:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 6:03 [U-Boot] [PATCH] imx: mx6ulevk: change mtest memory size to 128M Peng Fan
2016-01-24 10:49 ` Stefano Babic [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=56A4AC56.80606@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.