arm-trusted-firmware/drivers/console
Jimmy Huang c85a15fcbe Add ret to return from console_uninit() function
The 'ret' was missing in console_uninit() implementation, so the
program doesn't return from console_uninit(). Instead, it keeps
executing the following instructions which is not expected.

Change-Id: I810684f37f61c41c6f95a3bb36914d0765da8571
Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
2016-01-04 09:49:39 +08:00
..
console.S Add ret to return from console_uninit() function 2016-01-04 09:49:39 +08:00
skeleton_console.S Use uintptr_t as base address type in ARM driver APIs 2015-07-09 11:53:32 +01:00