X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fgenietv%2Fu-boot.lds.debug;h=e1cf2496506f0ef8ce3aa72b0998a269d07e7a53;hb=f04821a8ca714459481bd9fd315af2b5f92d99a6;hp=60936aaf34e450af03eaf011615e4d62d7d0ae57;hpb=b919a3f2981109c9f2aaafe9c692dbb99f1c6366;p=oweals%2Fu-boot.git diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug index 60936aaf34..e1cf249650 100644 --- a/board/genietv/u-boot.lds.debug +++ b/board/genietv/u-boot.lds.debug @@ -107,9 +107,11 @@ SECTIONS _edata = .; PROVIDE (edata = .); - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + #include + } __start___ex_table = .; @@ -136,6 +138,6 @@ SECTIONS { common/env_embedded.o (.ppcenv) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }