]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Improve error message for SPL memory allocation
authorLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 13 Mar 2024 06:53:15 +0000 (14:53 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 20 Mar 2024 21:12:38 +0000 (17:12 -0400)
commitaeda4ccf3c60ab1ed43cc994d01fb93e39993ca1
tree502fd40c80689ad6997a4680cfc39542d58ac8fc
parente50cb36cb5e772d5bbd30d070faedf7323406364
spl: Improve error message for SPL memory allocation

There could be two memory allocation scheme in SPL phase.
Explicitly print the corresponding error message.

Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
common/spl/spl_fit.c