imx: mx6ulevk: change mtest memory size to 128M
authorPeng Fan <peng.fan@nxp.com>
Tue, 5 Jan 2016 06:03:36 +0000 (14:03 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 24 Jan 2016 10:49:15 +0000 (11:49 +0100)
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

index c946176..1a537f1 100644 (file)
 /* 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