X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcsb226%2Fu-boot.lds;h=14d264a6861cdd98abb7d9f2cdc06730b86f0ae3;hb=e07f4a8033b6270b8103049adb6456f660ff4a89;hp=4c4cabfb36416dfc974c82be0b0806ea2d80f89c;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/csb226/u-boot.lds b/board/csb226/u-boot.lds index 4c4cabfb36..14d264a686 100644 --- a/board/csb226/u-boot.lds +++ b/board/csb226/u-boot.lds @@ -44,16 +44,13 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; - - armboot_end_data = .; + . = .; + __u_boot_cmd_start = .; + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_end = .; . = ALIGN(4); - bss_start = .; - .bss : { *(.bss) } - bss_end = .; - - armboot_end = .; + __bss_start = .; + .bss (NOLOAD) : { *(.bss) } + _end = .; }