
13 May
2013
13 May
'13
4:25 a.m.
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 --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