aboutsummaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorAlbert ARIBAUD2013-03-29 19:19:53 -0500
committerTom Rini2013-04-02 15:23:34 -0500
commit5993053fa42706b289a08f3661a9c00096158981 (patch)
treefb294e5f79463760097d3e19e527de79b6c048ce /board
parent8faefadb7305b95d02df38bd2ea61429d59483e5 (diff)
downloadu-boot-5993053fa42706b289a08f3661a9c00096158981.tar.gz
u-boot-5993053fa42706b289a08f3661a9c00096158981.tar.xz
u-boot-5993053fa42706b289a08f3661a9c00096158981.zip
replace last __bss_end__ occurrences with __bss_end
Simon Glass' commit 3929fb0a141530551b3fce15ee08629f80d5ef2a, which changed all occurrences of __bss__end__ into __bss_end, left behind some untouched __bss_end__ occurrences in all 33 u-boot.lds.debug files, in board/mousse/u-boot.lds.ram and in board/mousse/u-boot.lds.rom. These are replaced here. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'board')
-rw-r--r--board/LEOX/elpt860/u-boot.lds.debug2
-rw-r--r--board/RPXClassic/u-boot.lds.debug2
-rw-r--r--board/RPXlite/u-boot.lds.debug2
-rw-r--r--board/RPXlite_dw/u-boot.lds.debug2
-rw-r--r--board/cogent/u-boot.lds.debug2
-rw-r--r--board/cray/L1/u-boot.lds.debug2
-rw-r--r--board/eltec/mhpc/u-boot.lds.debug2
-rw-r--r--board/emk/top860/u-boot.lds.debug2
-rw-r--r--board/flagadm/u-boot.lds.debug2
-rw-r--r--board/genietv/u-boot.lds.debug2
-rw-r--r--board/hermes/u-boot.lds.debug2
-rw-r--r--board/hymod/u-boot.lds.debug2
-rw-r--r--board/icu862/u-boot.lds.debug2
-rw-r--r--board/ip860/u-boot.lds.debug2
-rw-r--r--board/ivm/u-boot.lds.debug2
-rw-r--r--board/kup/kup4k/u-boot.lds.debug2
-rw-r--r--board/kup/kup4x/u-boot.lds.debug2
-rw-r--r--board/lwmon/u-boot.lds.debug2
-rw-r--r--board/mbx8xx/u-boot.lds.debug2
-rw-r--r--board/mousse/u-boot.lds.ram2
-rw-r--r--board/mousse/u-boot.lds.rom2
-rw-r--r--board/mpl/pip405/u-boot.lds.debug2
-rw-r--r--board/netphone/u-boot.lds.debug2
-rw-r--r--board/netta/u-boot.lds.debug2
-rw-r--r--board/netta2/u-boot.lds.debug2
-rw-r--r--board/netvia/u-boot.lds.debug2
-rw-r--r--board/nx823/u-boot.lds.debug2
-rw-r--r--board/quantum/u-boot.lds.debug2
-rw-r--r--board/sandburst/karef/u-boot.lds.debug2
-rw-r--r--board/sandburst/metrobox/u-boot.lds.debug2
-rw-r--r--board/spd8xx/u-boot.lds.debug2
-rw-r--r--board/stx/stxxtc/u-boot.lds.debug2
-rw-r--r--board/svm_sc8xx/u-boot.lds.debug2
-rw-r--r--board/w7o/u-boot.lds.debug2
-rw-r--r--board/xes/xpedite1000/u-boot.lds.debug2
35 files changed, 35 insertions, 35 deletions
diff --git a/board/LEOX/elpt860/u-boot.lds.debug b/board/LEOX/elpt860/u-boot.lds.debug
index 92901b1b94..592d9e3195 100644
--- a/board/LEOX/elpt860/u-boot.lds.debug
+++ b/board/LEOX/elpt860/u-boot.lds.debug
@@ -134,6 +134,6 @@ SECTIONS
134 *(.bss) 134 *(.bss)
135 *(COMMON) 135 *(COMMON)
136 } 136 }
137 __bss_end__ = . ; 137 __bss_end = . ;
138 PROVIDE (end = .); 138 PROVIDE (end = .);
139} 139}
diff --git a/board/RPXClassic/u-boot.lds.debug b/board/RPXClassic/u-boot.lds.debug
index e88bd977d9..40f17e9d5f 100644
--- a/board/RPXClassic/u-boot.lds.debug
+++ b/board/RPXClassic/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/RPXlite/u-boot.lds.debug b/board/RPXlite/u-boot.lds.debug
index e88bd977d9..40f17e9d5f 100644
--- a/board/RPXlite/u-boot.lds.debug
+++ b/board/RPXlite/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/RPXlite_dw/u-boot.lds.debug b/board/RPXlite_dw/u-boot.lds.debug
index 88c410cd92..7b89b4f6a5 100644
--- a/board/RPXlite_dw/u-boot.lds.debug
+++ b/board/RPXlite_dw/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/cogent/u-boot.lds.debug b/board/cogent/u-boot.lds.debug
index e88bd977d9..40f17e9d5f 100644
--- a/board/cogent/u-boot.lds.debug
+++ b/board/cogent/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/cray/L1/u-boot.lds.debug b/board/cray/L1/u-boot.lds.debug
index 99cbed4b47..1b45e5ea6f 100644
--- a/board/cray/L1/u-boot.lds.debug
+++ b/board/cray/L1/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/eltec/mhpc/u-boot.lds.debug b/board/eltec/mhpc/u-boot.lds.debug
index 614bbb20b6..a33b0a6f1a 100644
--- a/board/eltec/mhpc/u-boot.lds.debug
+++ b/board/eltec/mhpc/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/emk/top860/u-boot.lds.debug b/board/emk/top860/u-boot.lds.debug
index 39807d43cc..704e8c91b5 100644
--- a/board/emk/top860/u-boot.lds.debug
+++ b/board/emk/top860/u-boot.lds.debug
@@ -126,6 +126,6 @@ SECTIONS
126 *(.bss) 126 *(.bss)
127 *(COMMON) 127 *(COMMON)
128 } 128 }
129 __bss_end__ = . ; 129 __bss_end = . ;
130 PROVIDE (end = .); 130 PROVIDE (end = .);
131} 131}
diff --git a/board/flagadm/u-boot.lds.debug b/board/flagadm/u-boot.lds.debug
index 614bbb20b6..a33b0a6f1a 100644
--- a/board/flagadm/u-boot.lds.debug
+++ b/board/flagadm/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug
index a3aeb604cc..cc86941902 100644
--- a/board/genietv/u-boot.lds.debug
+++ b/board/genietv/u-boot.lds.debug
@@ -138,6 +138,6 @@ SECTIONS
138 { 138 {
139 common/env_embedded.o (.ppcenv) 139 common/env_embedded.o (.ppcenv)
140 } 140 }
141 __bss_end__ = . ; 141 __bss_end = . ;
142 PROVIDE (end = .); 142 PROVIDE (end = .);
143} 143}
diff --git a/board/hermes/u-boot.lds.debug b/board/hermes/u-boot.lds.debug
index 4383c492c3..982b0f3afa 100644
--- a/board/hermes/u-boot.lds.debug
+++ b/board/hermes/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/hymod/u-boot.lds.debug b/board/hymod/u-boot.lds.debug
index e88bd977d9..40f17e9d5f 100644
--- a/board/hymod/u-boot.lds.debug
+++ b/board/hymod/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/icu862/u-boot.lds.debug b/board/icu862/u-boot.lds.debug
index 9995288517..d5220cc6d5 100644
--- a/board/icu862/u-boot.lds.debug
+++ b/board/icu862/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/ip860/u-boot.lds.debug b/board/ip860/u-boot.lds.debug
index 0b34177531..ecc9f26e08 100644
--- a/board/ip860/u-boot.lds.debug
+++ b/board/ip860/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/ivm/u-boot.lds.debug b/board/ivm/u-boot.lds.debug
index bae9fb28ee..62c66d7899 100644
--- a/board/ivm/u-boot.lds.debug
+++ b/board/ivm/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/kup/kup4k/u-boot.lds.debug b/board/kup/kup4k/u-boot.lds.debug
index 88c410cd92..7b89b4f6a5 100644
--- a/board/kup/kup4k/u-boot.lds.debug
+++ b/board/kup/kup4k/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/kup/kup4x/u-boot.lds.debug b/board/kup/kup4x/u-boot.lds.debug
index 88c410cd92..7b89b4f6a5 100644
--- a/board/kup/kup4x/u-boot.lds.debug
+++ b/board/kup/kup4x/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/lwmon/u-boot.lds.debug b/board/lwmon/u-boot.lds.debug
index 1d1b76ad7c..cb5ed9c339 100644
--- a/board/lwmon/u-boot.lds.debug
+++ b/board/lwmon/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/mbx8xx/u-boot.lds.debug b/board/mbx8xx/u-boot.lds.debug
index 063f2cc92f..11351176df 100644
--- a/board/mbx8xx/u-boot.lds.debug
+++ b/board/mbx8xx/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/mousse/u-boot.lds.ram b/board/mousse/u-boot.lds.ram
index 5255651347..2055429b4b 100644
--- a/board/mousse/u-boot.lds.ram
+++ b/board/mousse/u-boot.lds.ram
@@ -96,6 +96,6 @@ SECTIONS
96 common/env_embedded.o (.ppcenv) 96 common/env_embedded.o (.ppcenv)
97 } > ram 97 } > ram
98 98
99 __bss_end__ = . ; 99 __bss_end = . ;
100 PROVIDE (end = .); 100 PROVIDE (end = .);
101} 101}
diff --git a/board/mousse/u-boot.lds.rom b/board/mousse/u-boot.lds.rom
index 29a34fb9c5..3c7c544a5b 100644
--- a/board/mousse/u-boot.lds.rom
+++ b/board/mousse/u-boot.lds.rom
@@ -123,6 +123,6 @@ SECTIONS
123 *(COMMON) 123 *(COMMON)
124 } 124 }
125 125
126 __bss_end__ = . ; 126 __bss_end = . ;
127 PROVIDE (end = .); 127 PROVIDE (end = .);
128} 128}
diff --git a/board/mpl/pip405/u-boot.lds.debug b/board/mpl/pip405/u-boot.lds.debug
index 99cbed4b47..1b45e5ea6f 100644
--- a/board/mpl/pip405/u-boot.lds.debug
+++ b/board/mpl/pip405/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/netphone/u-boot.lds.debug b/board/netphone/u-boot.lds.debug
index e1fe052c37..5f74337b6d 100644
--- a/board/netphone/u-boot.lds.debug
+++ b/board/netphone/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/netta/u-boot.lds.debug b/board/netta/u-boot.lds.debug
index e1fe052c37..5f74337b6d 100644
--- a/board/netta/u-boot.lds.debug
+++ b/board/netta/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/netta2/u-boot.lds.debug b/board/netta2/u-boot.lds.debug
index e1fe052c37..5f74337b6d 100644
--- a/board/netta2/u-boot.lds.debug
+++ b/board/netta2/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/netvia/u-boot.lds.debug b/board/netvia/u-boot.lds.debug
index 3243fc0f36..2fb58972c8 100644
--- a/board/netvia/u-boot.lds.debug
+++ b/board/netvia/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/nx823/u-boot.lds.debug b/board/nx823/u-boot.lds.debug
index 614bbb20b6..a33b0a6f1a 100644
--- a/board/nx823/u-boot.lds.debug
+++ b/board/nx823/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/quantum/u-boot.lds.debug b/board/quantum/u-boot.lds.debug
index abc4640eef..c4cc39d36e 100644
--- a/board/quantum/u-boot.lds.debug
+++ b/board/quantum/u-boot.lds.debug
@@ -125,6 +125,6 @@ SECTIONS
125 *(.bss) 125 *(.bss)
126 *(COMMON) 126 *(COMMON)
127 } 127 }
128 __bss_end__ = . ; 128 __bss_end = . ;
129 PROVIDE (end = .); 129 PROVIDE (end = .);
130} 130}
diff --git a/board/sandburst/karef/u-boot.lds.debug b/board/sandburst/karef/u-boot.lds.debug
index 6b99f135ad..b3b365e81c 100644
--- a/board/sandburst/karef/u-boot.lds.debug
+++ b/board/sandburst/karef/u-boot.lds.debug
@@ -141,6 +141,6 @@ SECTIONS
141 *(.bss) 141 *(.bss)
142 *(COMMON) 142 *(COMMON)
143 } 143 }
144 __bss_end__ = . ; 144 __bss_end = . ;
145 PROVIDE (end = .); 145 PROVIDE (end = .);
146} 146}
diff --git a/board/sandburst/metrobox/u-boot.lds.debug b/board/sandburst/metrobox/u-boot.lds.debug
index 0b4192e867..412af14f56 100644
--- a/board/sandburst/metrobox/u-boot.lds.debug
+++ b/board/sandburst/metrobox/u-boot.lds.debug
@@ -141,6 +141,6 @@ SECTIONS
141 *(.bss) 141 *(.bss)
142 *(COMMON) 142 *(COMMON)
143 } 143 }
144 __bss_end__ = . ; 144 __bss_end = . ;
145 PROVIDE (end = .); 145 PROVIDE (end = .);
146} 146}
diff --git a/board/spd8xx/u-boot.lds.debug b/board/spd8xx/u-boot.lds.debug
index 063f2cc92f..11351176df 100644
--- a/board/spd8xx/u-boot.lds.debug
+++ b/board/spd8xx/u-boot.lds.debug
@@ -133,6 +133,6 @@ SECTIONS
133 *(.bss) 133 *(.bss)
134 *(COMMON) 134 *(COMMON)
135 } 135 }
136 __bss_end__ = . ; 136 __bss_end = . ;
137 PROVIDE (end = .); 137 PROVIDE (end = .);
138} 138}
diff --git a/board/stx/stxxtc/u-boot.lds.debug b/board/stx/stxxtc/u-boot.lds.debug
index e1fe052c37..5f74337b6d 100644
--- a/board/stx/stxxtc/u-boot.lds.debug
+++ b/board/stx/stxxtc/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/svm_sc8xx/u-boot.lds.debug b/board/svm_sc8xx/u-boot.lds.debug
index abc4640eef..c4cc39d36e 100644
--- a/board/svm_sc8xx/u-boot.lds.debug
+++ b/board/svm_sc8xx/u-boot.lds.debug
@@ -125,6 +125,6 @@ SECTIONS
125 *(.bss) 125 *(.bss)
126 *(COMMON) 126 *(COMMON)
127 } 127 }
128 __bss_end__ = . ; 128 __bss_end = . ;
129 PROVIDE (end = .); 129 PROVIDE (end = .);
130} 130}
diff --git a/board/w7o/u-boot.lds.debug b/board/w7o/u-boot.lds.debug
index 18b7752054..5792bac94f 100644
--- a/board/w7o/u-boot.lds.debug
+++ b/board/w7o/u-boot.lds.debug
@@ -132,6 +132,6 @@ SECTIONS
132 *(.bss) 132 *(.bss)
133 *(COMMON) 133 *(COMMON)
134 } 134 }
135 __bss_end__ = . ; 135 __bss_end = . ;
136 PROVIDE (end = .); 136 PROVIDE (end = .);
137} 137}
diff --git a/board/xes/xpedite1000/u-boot.lds.debug b/board/xes/xpedite1000/u-boot.lds.debug
index c02581d982..cb26f0dfe1 100644
--- a/board/xes/xpedite1000/u-boot.lds.debug
+++ b/board/xes/xpedite1000/u-boot.lds.debug
@@ -137,6 +137,6 @@ SECTIONS
137 *(.bss) 137 *(.bss)
138 *(COMMON) 138 *(COMMON)
139 } 139 }
140 __bss_end__ = . ; 140 __bss_end = . ;
141 PROVIDE (end = .); 141 PROVIDE (end = .);
142} 142}