commit | 58e5585625d06530cf52ffc2b7b9a188dc46bffe | [log] [tgz] |
---|---|---|
author | Francois Retief <fgretief@spaceteq.co.za> | Mon Nov 23 09:49:57 2015 +0200 |
committer | Francois Retief <fgretief@spaceteq.co.za> | Thu Dec 03 13:15:48 2015 +0200 |
tree | 81532a867cee2290cdb22e1abd81522ef1ac2b14 | |
parent | f33f888d0e6c5c3f8eb880219bbc87b938832607 [diff] |
sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failure Clear the GD_FLG_SERIAL_READY flag on AMBA P&P lookup failure so that the panic function can use DEBUG_UART driver. drivers/serial/serial.c set this flag before calling this function, preventing DEBUG_UART code from running. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>