X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=board%2Fgenietv%2Fu-boot.lds.debug;h=cc8694190285745acafe0976f1e527caad220f5d;hb=5993053fa42706b289a08f3661a9c00096158981;hp=e1cf2496506f0ef8ce3aa72b0998a269d07e7a53;hpb=a42c87f9d831c4eb36104255766cc7897876867c;p=oweals%2Fu-boot.git diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug index e1cf249650..cc86941902 100644 --- a/board/genietv/u-boot.lds.debug +++ b/board/genietv/u-boot.lds.debug @@ -110,7 +110,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -138,6 +138,6 @@ SECTIONS { common/env_embedded.o (.ppcenv) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }