]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Correct malloc_limit value for pre-relocation malloc()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:37 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:24 +0000 (22:30 +0200)
commit21e7f137677a79546eaa86044fd06b7b5a1550a1
tree3a781086395d7edbe0aec435b8d154d366e2c9c4
parent0a37bf53649a53333aafc228bc15ab3b2537b46b
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