mirror of
https://xff.cz/git/u-boot/
synced 2026-02-27 02:22:19 +01: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>