summary refs log tree commit diff
path: root/pkgs/misc/uboot/gas220.patch
blob: c5a91b0f3d00ef609d22cafa0058ddffa09c92e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Patch to allow assembling with binutils 2.20. It worked without this patch in 2.19.1
diff --git a/board/mv_feroceon/USP/jump.S b/board/mv_feroceon/USP/jump.S
index 4b6b9ee..58037fc 100644
--- a/board/mv_feroceon/USP/jump.S
+++ b/board/mv_feroceon/USP/jump.S
@@ -29,9 +29,11 @@ disclaimer.
 #include "sys/mvCpuIfRegs.h"
 
 
-jumpStart:
 
 .section	".reset_vector_sect",#alloc, #execinstr
+
+jumpStart:
+
 #if defined(MV_88F6082) || defined(MV_88F6183) || defined(DB_88F5181_OLD) || defined(DB_FPGA) || \
 	defined(MV88F6281) || defined(MV88F6192) || defined(MV88F6180)  || defined(MV_88F6183L) || \
     defined(MV88F6190)