Re: [U-Boot] [PATCH] imx: mx6ulevk: change mtest memory size to 128M

2016-01-24 Thread Stefano Babic
On 05/01/2016 07:03, Peng Fan wrote:
> From: Peng Fan 
> 
> 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 
> Cc: Stefano Babic 
> ---
>  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 0x8000
> -#define CONFIG_SYS_MEMTEST_END   (CONFIG_SYS_MEMTEST_START + 
> 0x1000)
> +#define CONFIG_SYS_MEMTEST_END   (CONFIG_SYS_MEMTEST_START + 
> 0x800)
>  
>  #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
>  #define CONFIG_SYS_HZ1000
> 

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: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] imx: mx6ulevk: change mtest memory size to 128M

2016-01-04 Thread Peng Fan
From: Peng Fan 

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 
Cc: Stefano Babic 
---
 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   0x8000
-#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x1000)
+#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x800)
 
 #define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
 #define CONFIG_SYS_HZ  1000
-- 
2.6.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot