summaryrefslogtreecommitdiff
path: root/board/v38b/u-boot.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-11-02 21:26:38 +0100
committerWolfgang Denk <wd@denx.de>2006-11-02 21:26:38 +0100
commitee58ea2689930669678fdcb27bf0cc5c341e18eb (patch)
treebf11e40342f78ed8014d4a7a4185a6357ef88af5 /board/v38b/u-boot.lds
parentc59200443072353044aa4bf737a5a60f9a9af231 (diff)
parent25721b5cec2be4bce79cfade17ec8f6aa1e67526 (diff)
downloadu-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.lds3
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 = .;