X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=nand_spl%2Fboard%2Fdavinci%2Fda8xxevm%2Fu-boot.lds;h=c86117b9d6392ceb4eba2ffa64c0f321bfeab29b;hb=c04bf5e9a45d7335681352faa125193258f8e976;hp=f6ccf08103978f14095551ff184c566e9c74c3cb;hpb=006915fbb0e3c1c9927fe32c4e92cb011f8499e7;p=u-boot diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds index f6ccf08103..c86117b9d6 100644 --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds @@ -71,5 +71,5 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss : { *(.bss) } - _end = .; + __bss_end__ = .; }