summaryrefslogtreecommitdiff
path: root/board/v38b/u-boot.lds
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2006-11-01 01:45:46 +0100
committerBartlomiej Sieka <tur@semihalf.com>2006-11-01 01:45:46 +0100
commitffa150bc90c943ca265170bd1be3f293674dd5c7 (patch)
tree6c52d9caaba3eccf926f1d1d9657ccd7b49b9e15 /board/v38b/u-boot.lds
parentdae80f3caf9754a6dd3ddf3cf903d0c46cbd4385 (diff)
downloadu-boot-imx-ffa150bc90c943ca265170bd1be3f293674dd5c7.zip
u-boot-imx-ffa150bc90c943ca265170bd1be3f293674dd5c7.tar.gz
u-boot-imx-ffa150bc90c943ca265170bd1be3f293674dd5c7.tar.bz2
- Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
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 = .;