X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fhymod%2Fu-boot.lds;h=1592f4f6e8ceeb6a9c2c1c82fb97794298e9106f;hb=c04bf5e9a45d7335681352faa125193258f8e976;hp=7086ced3486f51a3a9502981b2c0b7b3651b7ae1;hpb=83653121d7382fccfe329cb732f77f116341ef1d;p=u-boot diff --git a/board/hymod/u-boot.lds b/board/hymod/u-boot.lds index 7086ced348..1592f4f6e8 100644 --- a/board/hymod/u-boot.lds +++ b/board/hymod/u-boot.lds @@ -55,10 +55,10 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - arch/ppc/cpu/mpc8260/start.o (.text) + arch/powerpc/cpu/mpc8260/start.o (.text) /* common/dlmalloc.o (.text) - arch/ppc/lib/ppcstring.o (.text) + arch/powerpc/lib/ppcstring.o (.text) lib/vsprintf.o (.text) lib/crc32.o (.text) lib/zlib.o (.text) @@ -140,6 +140,6 @@ SECTIONS common/env_embedded.o (.ppcenv) } . = ALIGN(4); - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }