mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 06:30:00 +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>