summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorLars Povlsen <lars.povlsen@microchip.com>2020-02-06 10:43:18 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-04-09 18:55:59 +0200
commitea148789318c8152acb0a3974d4a8342dbd6b901 (patch)
tree3fa409064bf2cb4f6aa456d3e562e9a956651602 /include/configs
parentbfaa54f912196bfab6e0ba8878893cc8506566db (diff)
mips: vcoreiii: Ajust CONFIG_SYS_MEMTEST_END
This patch ajust CONFIG_SYS_MEMTEST_END for vcoreiii-based systems to avoid overwriting the relocated u-boot. The former setting was too agressive with networking etc. enabled on some platforms. Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/vcoreiii.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/vcoreiii.h b/include/configs/vcoreiii.h
index e69456ef7c..6a2f80c2fb 100644
--- a/include/configs/vcoreiii.h
+++ b/include/configs/vcoreiii.h
@@ -39,7 +39,8 @@
#define CONFIG_CONS_INDEX 1
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
-#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + CONFIG_SYS_SDRAM_SIZE - SZ_1M)
+#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + \
+ CONFIG_SYS_SDRAM_SIZE - SZ_4M)
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE