diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
commit | 7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch) | |
tree | 815742a284bfb6ccdd47df0e317e61baa7322645 /board/ep8248 | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) | |
download | talos-obmc-uboot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.gz talos-obmc-uboot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.zip |
Diffstat (limited to 'board/ep8248')
-rw-r--r-- | board/ep8248/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ep8248/u-boot.lds b/board/ep8248/u-boot.lds index d33857f874..18c4b46f47 100644 --- a/board/ep8248/u-boot.lds +++ b/board/ep8248/u-boot.lds @@ -60,6 +60,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |