]> git.sur5r.net Git - u-boot/blobdiff - lib/vsprintf.c
reset: bcm6345: convert to use live dt
[u-boot] / lib / vsprintf.c
index 9f0ce8aa7980256dd3ce79dd9503058cd16c9937..8514f504988ea94119d8774c130ecdbfc5247e67 100644 (file)
@@ -827,14 +827,6 @@ int vprintf(const char *fmt, va_list args)
 }
 #endif
 
-void __assert_fail(const char *assertion, const char *file, unsigned line,
-                  const char *function)
-{
-       /* This will not return */
-       panic("%s:%u: %s: Assertion `%s' failed.", file, line, function,
-             assertion);
-}
-
 char *simple_itoa(ulong i)
 {
        /* 21 digits plus null terminator, good for 64-bit or smaller ints */