Skip to content
Snippets Groups Projects
Commit 87d3da7b authored by Aneesh V's avatar Aneesh V Committed by Albert ARIBAUD
Browse files

armv7: include armv7/cpu.c in SPL build


This allows SPL to have default implementation of
save_boot_params(), useful for SoCs that do
not intend to override this default implementation

Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: default avatarAneesh V <aneesh@ti.com>
parent dc7100f4
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@ START := start.o
ifndef CONFIG_SPL_BUILD
COBJS += cache_v7.o
COBJS += cpu.o
endif
COBJS += syslib.o
COBJS += cpu.o
COBJS += syslib.o
SRCS := $(START:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment