Skip to content
Commit a759f1e0 authored by Allen Martin's avatar Allen Martin Committed by Tom Warren
Browse files

SPL: make jump_to_image_no_args a weak symbol



Change jump_to_image_no_args() to a weak symbol to allow override by
SoC specific code.  This is required by tegra because the SPL runs on
a different CPU from the image it is loading, so tegra specific
initialization is required to start the host CPU.  Pass in spl_image
as a parameter for the same reason.

Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
Acked-by: default avatarTom Rini <trini@ti.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent a2ab6b7d
Loading
Loading
Loading
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