arm-trusted-firmware/drivers
Andrew Thoelke 0695dc49e2 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
2014-06-20 11:12:39 +01:00
..
arm Remove broken assertion in console_putc() 2014-06-20 11:12:39 +01:00
io Split platform.h into separate headers 2014-05-23 15:52:29 +01:00