X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fesd%2Fpci405%2Fu-boot.lds;h=311a5fe7f2f0aaf346c04f5b62e47120c1ccadaa;hb=bea8e84b52ac3c499b5868978a29c20cf92cf88f;hp=0e0284186c6e4e840fba1dbe33fb6b45bb9a6a27;hpb=efee1709912ad05c3a0bd1ca3f9e72dd7c587cbc;p=u-boot diff --git a/board/esd/pci405/u-boot.lds b/board/esd/pci405/u-boot.lds index 0e0284186c..311a5fe7f2 100644 --- a/board/esd/pci405/u-boot.lds +++ b/board/esd/pci405/u-boot.lds @@ -86,6 +86,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -118,6 +119,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 = .;