X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Favr32%2Fcpu%2Fstart.S;h=71cbc524c90d4692bc1bf06b17560ba9e0a7c25a;hb=3d0f8c8f8072a3f2844fc54bfaf2a42026903755;hp=06bf4c692d8e4d848d93d06689bd67a446091242;hpb=1f36f73fe70560a2bd286a7abc8530fdc93af9ae;p=u-boot diff --git a/arch/avr32/cpu/start.S b/arch/avr32/cpu/start.S index 06bf4c692d..71cbc524c9 100644 --- a/arch/avr32/cpu/start.S +++ b/arch/avr32/cpu/start.S @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ +#include #include #include #include @@ -243,7 +244,7 @@ relocate_code: /* zero out .bss */ mov r0, 0 mov r1, 0 - lda.w r9, _end + lda.w r9, __bss_end__ sub r9, r8 1: st.d r10++, r0 sub r9, 8