commit | 293f16b1e7f6006f192950a94830e3a14c979c4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 27 22:06:37 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 23 09:05:53 2015 -0600 |
tree | b389a31fba89d95fa6cfd65830d3058c11561404 | |
parent | fb5cf7f16be725aec7ab0016268b3b4e26460bee [diff] |
Correct malloc_limit value for pre-relocation malloc() The limit is measured from the start of the malloc() area and is not an absolute address. Correct this. Signed-off-by: Simon Glass <sjg@chromium.org>