From 9a6999550d1041349c5b75d744ab5561a8c4ef9e Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 27 Jan 2016 20:12:15 +0100 Subject: [PATCH] OMAP5: remove automatic mtest and define 1.5 GByte mtest default range Signed-off-by: H. Nikolaus Schaller --- include/configs/ti_omap5_common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index a9c30b00fdd..425c48bb12e 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -120,13 +120,12 @@ NETARGS \ -#define CONFIG_SYS_MEMTEST_START 0x82000000 /* memtest works on */ -#define CONFIG_SYS_MEMTEST_END 0x84000000 +#define CONFIG_SYS_MEMTEST_START 0x82000000 /* memtest works here */ +#define CONFIG_SYS_MEMTEST_END 0xdf000000 /* up to here */ #define CONFIG_SYS_ALT_MEMTEST #define CONFIG_BOOTCOMMAND \ "echo Letux OMAP5 bootcmd;" \ - "mtest; 82000000 82050000; setenv size 450000; crc32 ${loadaddr} ${size};" \ "if test ${dofastboot} -eq 1; then " \ "echo Boot fastboot requested, resetting dofastboot ...;" \ "setenv dofastboot 0; saveenv;" \ -- 2.39.5