X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ficu862%2Fu-boot.lds.debug;h=7b84fd34877d0803429777004b7b9700470dd63e;hb=9b880bd4d86dc568221107516e6d4728c5f93a4e;hp=23651160faaa616d1d94c3f736c1b71eea147096;hpb=efee1709912ad05c3a0bd1ca3f9e72dd7c587cbc;p=u-boot diff --git a/board/icu862/u-boot.lds.debug b/board/icu862/u-boot.lds.debug index 23651160fa..7b84fd3487 100644 --- a/board/icu862/u-boot.lds.debug +++ b/board/icu862/u-boot.lds.debug @@ -107,6 +107,11 @@ SECTIONS _edata = .; PROVIDE (edata = .); + __u_boot_cmd_start = .; + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_end = .; + + __start___ex_table = .; __ex_table : { *(__ex_table) } __stop___ex_table = .; @@ -129,4 +134,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -