mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
d73f38f7ba
The s_init function is only called on SPL or XIP cases, so lets only build it for them. This makes the #if logic within the function a bit clearer as to when we are or are not calling things, and makes it easier to see that for example preloader_console_init isn't ever called in the non-XIP full U-Boot case. Signed-off-by: Tom Rini <trini@ti.com> |
||
---|---|---|
.. | ||
board.c | ||
clock.c | ||
clock_am33xx.c | ||
clock_am43xx.c | ||
clock_ti814x.c | ||
clock_ti816x.c | ||
config.mk | ||
ddr.c | ||
emif4.c | ||
Makefile | ||
mem.c | ||
mux.c | ||
sys_info.c | ||
u-boot-spl.lds |