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

Simon Glass sjg at chromium.org
Mon May 13 04:25:35 CEST 2013


Instead of explicitly speciying the directory for start.o, use any. There
should be only one.

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

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*)
 	}
 
-- 
1.8.2.1



More information about the U-Boot mailing list