From: H. Nikolaus Schaller Date: Wed, 27 Jan 2016 19:12:15 +0000 (+0100) Subject: OMAP5: remove automatic mtest and define 1.5 GByte mtest default range X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6999550d1041349c5b75d744ab5561a8c4ef9e;p=pandora-u-boot.git OMAP5: remove automatic mtest and define 1.5 GByte mtest default range Signed-off-by: H. Nikolaus Schaller --- 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;" \