X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fxilinx%2Fmicroblaze-generic%2Fu-boot.lds;h=ee41145bb584f15b0d6902ee8b903c62057f4b7e;hb=e1b4c57096b87b4ada56df4154d9acee6a59141f;hp=5a08680150008e12134d8f083faabe461a73bc4f;hpb=ee1702d75a30d076139d1841383a1fa7220a0e11;p=u-boot diff --git a/board/xilinx/microblaze-generic/u-boot.lds b/board/xilinx/microblaze-generic/u-boot.lds index 5a08680150..ee41145bb5 100644 --- a/board/xilinx/microblaze-generic/u-boot.lds +++ b/board/xilinx/microblaze-generic/u-boot.lds @@ -30,7 +30,7 @@ SECTIONS .text ALIGN(0x4): { __text_start = .; - cpu/microblaze/start.o (.text) + arch/microblaze/cpu/start.o (.text) *(.text) __text_end = .; } @@ -60,7 +60,10 @@ SECTIONS .bss ALIGN(0x4): { __bss_start = .; + *(.sbss) + *(.scommon) *(.bss) + *(COMMON) . = ALIGN(4); __bss_end = .; }