X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fexbitgen%2Fu-boot.lds;h=2205738bc11399c78f2ba546ec06ec451e488dbd;hb=e1b7296126bc22825950c24343302205228bdb8d;hp=7dd539178efe6065f6f8f15a83ebd2f68ef7d26f;hpb=945af8d723a29e9b6289d84250745ed0dc16fc81;p=u-boot diff --git a/board/exbitgen/u-boot.lds b/board/exbitgen/u-boot.lds index 7dd539178e..2205738bc1 100644 --- a/board/exbitgen/u-boot.lds +++ b/board/exbitgen/u-boot.lds @@ -119,10 +119,12 @@ 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 = .;