public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] v2010-rc2: OMAP3 broken
@ 2010-11-29 12:48 Wolfgang Denk
  2010-11-29 13:19 ` Hiremath, Vaibhav
  2010-11-29 16:08 ` [U-Boot] [PATCH] OMAP-common/timer: Fix bss usage Thomas Weber
  0 siblings, 2 replies; 16+ messages in thread
From: Wolfgang Denk @ 2010-11-29 12:48 UTC (permalink / raw)
  To: u-boot

Hi,

it seems that commit 566d49a3f has broken OMAP3 - at least beagle and
devkit8000 hang in or after relocation.

The culprit is this the "$(sort $(LIBS)) in Makefile, i. e. the
following change will unbreak the boards:

@@ -263,7 +263,7 @@ ifeq ($(SOC),s5pc2xx)
 LIBS += $(CPUDIR)/s5p-common/libs5p-common.o
 endif
 
-LIBS := $(addprefix $(obj),$(sort $(LIBS)))
+LIBS := $(addprefix $(obj),$(LIBS))
 .PHONY : $(LIBS) $(TIMESTAMP_FILE) $(VERSION_FILE)
 
 LIBBOARD = board/$(BOARDDIR)/lib$(BOARD).o


Unfortunately we need the sort to avoild duplicate listing of libs /
objects on PowerPC.  And I don;t understand yet how this change can
cause such an affect.

Any help welcome.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It seems intuitively obvious to me, which  means  that  it  might  be
wrong.                                                 -- Chris Torek

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

end of thread, other threads:[~2010-11-29 19:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 12:48 [U-Boot] v2010-rc2: OMAP3 broken Wolfgang Denk
2010-11-29 13:19 ` Hiremath, Vaibhav
2010-11-29 13:23   ` Hiremath, Vaibhav
2010-11-29 14:42     ` Albert ARIBAUD
2010-11-29 15:04       ` Heiko Schocher
2010-11-29 15:13         ` Andreas Bießmann
2010-11-29 17:22           ` Heiko Schocher
2010-11-29 15:19         ` Albert ARIBAUD
2010-11-29 15:32           ` Andreas Bießmann
2010-11-29 17:22           ` Heiko Schocher
2010-11-29 15:23         ` Premi, Sanjeev
2010-11-29 14:48     ` Andreas Bießmann
2010-11-29 16:08 ` [U-Boot] [PATCH] OMAP-common/timer: Fix bss usage Thomas Weber
2010-11-29 17:25   ` Heiko Schocher
2010-11-29 17:55     ` Thomas Weber
2010-11-29 19:40   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox