Correct malloc_limit value for pre-relocation malloc()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:37 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 15:05:53 +0000 (09:05 -0600)
commit293f16b1e7f6006f192950a94830e3a14c979c4d
treeb389a31fba89d95fa6cfd65830d3058c11561404
parentfb5cf7f16be725aec7ab0016268b3b4e26460bee
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>
common/spl/spl.c