X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fesd%2Fcanbt%2Fu-boot.lds;h=d739cea7765ef6c591f70f8dec8c1abbff87614e;hb=8bde7f776c77b343aca29b8c7b58464d915ac245;hp=47b0aaea8ad8e45d31c3d2dd85a0dd2460b932b4;hpb=993cad9364c6b87ae429d1ed1130d8153f6f027e;p=karo-tx-uboot.git diff --git a/board/esd/canbt/u-boot.lds b/board/esd/canbt/u-boot.lds index 47b0aaea8a..d739cea776 100644 --- a/board/esd/canbt/u-boot.lds +++ b/board/esd/canbt/u-boot.lds @@ -131,6 +131,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 = .;