diff options
Diffstat (limited to 'board/atmel/atngw100/u-boot.lds')
-rw-r--r-- | board/atmel/atngw100/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/atngw100/u-boot.lds b/board/atmel/atngw100/u-boot.lds index 3c878d8..e736adf 100644 --- a/board/atmel/atngw100/u-boot.lds +++ b/board/atmel/atngw100/u-boot.lds @@ -29,6 +29,7 @@ SECTIONS . = 0; _text = .; .text : { + *(.exception.text) *(.text) *(.text.*) } |