mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
assert() only works in debug mode. So checking a successful memory allocation should not use assert(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>