| Submitter | Allen Martin |
|---|---|
| Date | Aug. 29, 2012, 12:07 a.m. |
| Message ID | <1346198876-31080-15-git-send-email-amartin@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/180590/ |
| State | Superseded |
| Delegated to: | Marek Vasut |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 39a9550..bd3b77f 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(ARCH).o LIBGCC = $(obj)libgcc.o -ifndef CONFIG_SPL_BUILD GLSOBJS += _ashldi3.o GLSOBJS += _ashrdi3.o GLSOBJS += _divsi3.o @@ -37,6 +36,7 @@ GLSOBJS += _umodsi3.o GLCOBJS += div0.o +ifndef CONFIG_SPL_BUILD COBJS-y += board.o COBJS-y += bootm.o COBJS-$(CONFIG_SYS_L2_PL310) += cache-pl310.o