diff mbox

[U-Boot,RFC,2/7] arm: Allow start.o to come from any directory

Message ID 1368411940-32479-3-git-send-email-sjg@chromium.org
State RFC
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass May 13, 2013, 2:25 a.m. UTC
Instead of explicitly speciying the directory for start.o, use any. There
should be only one.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
 arch/arm/cpu/u-boot.lds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds
index d9bbee3..49d47d1 100644
--- a/arch/arm/cpu/u-boot.lds
+++ b/arch/arm/cpu/u-boot.lds
@@ -34,7 +34,7 @@  SECTIONS
 	.text :
 	{
 		__image_copy_start = .;
-		CPUDIR/start.o (.text*)
+		*/start.o (.text*)
 		*(.text*)
 	}