Skip to content
Snippets Groups Projects
Commit 71cbed31 authored by Vignesh R's avatar Vignesh R Committed by Tom Rini
Browse files

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: default avatarVignesh R <vigneshr@ti.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 54d68e93
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment