Skip to content
Commit fc8fdc76 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

arm: spl: Avoid setting up a duplicate global data structure



This is already set up in crt0.S. We don't need a new structure and don't
really want one in the 'data' section of the image, since it will be empty
and crt0.S's changes will be ignored.

As an interim measure, remove it only if CONFIG_DM is not defined. This
allows us to press ahead with driver model in SPL and allow the stragglers
to catch up.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 24a6bc01
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