diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-11-02 21:26:38 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2006-11-02 21:26:38 +0100 |
commit | ee58ea2689930669678fdcb27bf0cc5c341e18eb (patch) | |
tree | bf11e40342f78ed8014d4a7a4185a6357ef88af5 /board/v38b/u-boot.lds | |
parent | c59200443072353044aa4bf737a5a60f9a9af231 (diff) | |
parent | 25721b5cec2be4bce79cfade17ec8f6aa1e67526 (diff) | |
download | u-boot-imx-ee58ea2689930669678fdcb27bf0cc5c341e18eb.zip u-boot-imx-ee58ea2689930669678fdcb27bf0cc5c341e18eb.tar.gz u-boot-imx-ee58ea2689930669678fdcb27bf0cc5c341e18eb.tar.bz2 |
Merge with /home/tur/proj/uboot_linux_v38b/u-boot
Diffstat (limited to 'board/v38b/u-boot.lds')
-rw-r--r-- | board/v38b/u-boot.lds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/v38b/u-boot.lds b/board/v38b/u-boot.lds index 6ec5256..4fdea6b 100644 --- a/board/v38b/u-boot.lds +++ b/board/v38b/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -93,11 +94,13 @@ 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 = .; |