[U-Boot] [PATCH] OMAP: Tweak omap-common/Makefile since reset.S -> reset.c

Robert P. J. Day rpjday at crashcourse.ca
Thu Nov 15 12:21:18 CET 2012


Git commit d417d1db5f9092d125ddea882ced77eaa5f3d236 replaced the
omap-common file reset.S with reset.c, but the Makefile was not
adjusted for that.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  Compile and run-tested on a BeagleBoard xM (rev C), seems to work
fine.

diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile
index 1f2fa02..0efc80d 100644
--- a/arch/arm/cpu/armv7/omap-common/Makefile
+++ b/arch/arm/cpu/armv7/omap-common/Makefile
@@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk

 LIB	= $(obj)libomap-common.o

-SOBJS	:= reset.o
-
-COBJS	:= timer.o
+COBJS	:= reset.o
+COBJS	+= timer.o
 COBJS	+= utils.o

 ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the U-Boot mailing list