9
0
Fork 0
barebox/pbl
Sascha Hauer 80c55cb483 pbl: console: Let console pointer survive BSS clearing
The PBL console support may be configured before the BSS segment
is cleared. Put the pointer into the data section so that it is
not affected by the BSS clearing.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-09-15 09:23:43 +02:00
..
Kconfig Add xz decompression support 2014-11-04 12:18:55 +01:00
Makefile Add PBL console support 2015-01-05 11:30:59 +01:00
console.c pbl: console: Let console pointer survive BSS clearing 2016-09-15 09:23:43 +02:00
decomp.c Add xz decompression support 2014-11-04 12:18:55 +01:00
misc.c pbl: remove start_barebox() stub 2015-02-12 10:50:22 +01:00
string.c PBL: Add strnlen, needed for printf support 2015-01-05 11:30:58 +01:00