X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fait%2Fcam_enc_4xx%2Fu-boot-spl.lds;h=dd9d52db4b2a8c3a961644a3eb3091635d802126;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=656b2fbf890ba28104eccbb155521de4d3b221b4;hpb=a42c87f9d831c4eb36104255766cc7897876867c;p=u-boot diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds index 656b2fbf89..dd9d52db4b 100644 --- a/board/ait/cam_enc_4xx/u-boot-spl.lds +++ b/board/ait/cam_enc_4xx/u-boot-spl.lds @@ -48,10 +48,6 @@ SECTIONS . = ALIGN(4); .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram . = ALIGN(4); - .u_boot_list : { - #include - } >.sram - . = ALIGN(4); .rel.dyn : { __rel_dyn_start = .; *(.rel*) @@ -69,7 +65,7 @@ SECTIONS __bss_start = .; *(.bss*) . = ALIGN(4); - __bss_end__ = .; + __bss_end = .; } >.sram __image_copy_end = .;