"vscode:/vscode.git/clone" did not exist on "fa5db3444b06533da0662b2ed0881b3e70d0f9a0"
Remove broken assertion in console_putc()
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: I95f736ff215d69655eb5ba7ceac70dc1409d986a
Please register or sign in to comment