X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Febony%2Fu-boot.lds;h=7ea7caf5fd93bd032b80cc62ef88d1bc73ec1a5d;hb=8bde7f776c77b343aca29b8c7b58464d915ac245;hp=ab8af7d6561650d4801890ae719062b0598956f4;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/ebony/u-boot.lds b/board/ebony/u-boot.lds index ab8af7d656..7ea7caf5fd 100644 --- a/board/ebony/u-boot.lds +++ b/board/ebony/u-boot.lds @@ -126,6 +126,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 = .;