All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
@ 2012-11-15 11:21 Robert P. J. Day
  2012-12-10 20:16 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-11-15 11:21 UTC (permalink / raw)
  To: u-boot


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@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
========================================================================

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
  2012-11-15 11:21 [U-Boot] [PATCH] OMAP: Tweak omap-common/Makefile since reset.S -> reset.c Robert P. J. Day
@ 2012-12-10 20:16 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2012-12-10 20:16 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 15, 2012 at 01:21:18AM -0000, Robert P. J. Day wrote:

> 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@crashcourse.ca>

Applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121210/1e47ec02/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-10 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15 11:21 [U-Boot] [PATCH] OMAP: Tweak omap-common/Makefile since reset.S -> reset.c Robert P. J. Day
2012-12-10 20:16 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.