Home
last modified time | relevance | path

Searched hist:e24091398d50961ece2fcb2924d7c37d329abc09 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.ce24091398d50961ece2fcb2924d7c37d329abc09 Mon Jul 04 17:58:13 UTC 2016 Simon Glass <sjg@chromium.org> tiny-printf: Support assert()

At present assert() is not supported with tiny-printf, so when DEBUG is
enabled a build error is generated for each assert().

Add an __assert_fail() function to correct this. It prints a message and
then hangs.

Signed-off-by: Simon Glass <sjg@chromium.org>