On Monday 04 July 2016 05:26 AM, Andre Przywara wrote:
> 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 t
On Mon, Jul 04, 2016 at 02:30:20PM +0200, Marek Vasut wrote:
> On 07/04/2016 01:56 AM, Andre Przywara wrote:
> >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.
> >Explicitl
On 07/04/2016 01:56 AM, Andre Przywara wrote:
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,
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.
Ple
4 matches
Mail list logo