Skip to content
Commit 59d07ee0 authored by Andre Przywara's avatar Andre Przywara Committed by Tom Rini
Browse files

SPL: tiny-printf: avoid any BSS usage



As printf calls may be executed quite early, we should avoid using any
BSS stored variables, since some boards put BSS in DRAM, which may not
have been initialised yet.
Explicitly mark those "static global" variables as belonging to the
.data section, to keep tiny-printf clear of any BSS usage.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent a82642f3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment