diff options
Diffstat (limited to 'board/esd/pci405/u-boot.lds')
-rw-r--r-- | board/esd/pci405/u-boot.lds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/esd/pci405/u-boot.lds b/board/esd/pci405/u-boot.lds index 97851f125d8..311a5fe7f2f 100644 --- a/board/esd/pci405/u-boot.lds +++ b/board/esd/pci405/u-boot.lds @@ -119,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 = .; |