Browse Source
The assertion in console_putc() would trigger a recursion that exhausts the stack and eventually aborts. This patch replaces the assertion with an error return if the console has not been initialized yet. Fixes ARM-software/tf-issues#208 Change-Id: I95f736ff215d69655eb5ba7ceac70dc1409d986apull/142/head
Andrew Thoelke
11 years ago
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue