diff options
Diffstat (limited to 'board/freescale/mx28/u-boot.lds')
-rw-r--r-- | board/freescale/mx28/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx28/u-boot.lds b/board/freescale/mx28/u-boot.lds index 82cb8e3..b7efe6d 100644 --- a/board/freescale/mx28/u-boot.lds +++ b/board/freescale/mx28/u-boot.lds @@ -30,7 +30,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/arm926ejs/start.o (.text) + cpu/arm926ejs/start.o (.text) *(.text) } .rodata : { *(.rodata) } |