commit | 378dbdb3566fc50f18c0276b62a788786ea3d2ff | [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 | d1d087dc8f4b631b7fb83de53c6aaeb5dd5b2f73 [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>