mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 04:34:27 +01:00
board_init_f_mem() alters the C runtime environment's stack it is actually already using. This is not a valid behaviour within a C runtime environment. Split board_init_f_mem into C functions which do not alter their own stack and always behave properly with respect to their C runtime environment. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Thomas Chou <thomas@wytron.com.tw> |
||
|---|---|---|
| .. | ||
| cache.c | ||
| cpu.c | ||
| exception.c | ||
| interrupts.c | ||
| irq.S | ||
| Makefile | ||
| spl.c | ||
| start.S | ||
| timer.c | ||
| u-boot-spl.lds | ||
| u-boot.lds | ||