commit | 4676aa7e0af21ec49d5ac48ddb2b76fe3733353b | [log] [tgz] |
---|---|---|
author | Vignesh R <vigneshr@ti.com> | Fri Nov 20 16:07:41 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 23 11:01:53 2015 -0500 |
tree | 18da8a5487411b8f0ee0977e665e896baec9d0e7 | |
parent | c6676e043a1f90e414f0f686c39126a9d4a3ea95 [diff] |
am33xx: Remove serial_init in s_init for QSPI/NOR XIP boot serial_init() reads global_data, since global_data is not yet initialized, this can cause unwanted behaviour leading to QSPI XIP boot hang. Also, since serial_init() is anyways called later from boar_init_f(), it does not make sense to do the same in s_init(). Tested on AM437x IDK EVM with QSPI XIP boot. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>