Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
f83d9706
Commit
f83d9706
authored
Nov 01, 2013
by
Sergei Poselenov
Browse files
RT #89238. K70: "mtest" end address should account the malloc-ed memory.
parent
b9a0ef8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/configs/k70-som.h
View file @
f83d9706
...
...
@@ -370,7 +370,8 @@
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_RAM_BASE
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_RAM_BASE + \
CONFIG_SYS_RAM_SIZE)
CONFIG_SYS_RAM_SIZE - \
CONFIG_SYS_MALLOC_EXT_LEN)
/*
* Needed by "loadb"
...
...
include/configs/twr-k70f120m.h
View file @
f83d9706
...
...
@@ -287,7 +287,8 @@
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_RAM_BASE
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_RAM_BASE + \
CONFIG_SYS_RAM_SIZE)
CONFIG_SYS_RAM_SIZE - \
CONFIG_SYS_MALLOC_EXT_LEN)
/*
* Needed by "loadb"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment