diff options
Diffstat (limited to 'board/cirrus/edb93xx/u-boot.lds')
-rw-r--r-- | board/cirrus/edb93xx/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cirrus/edb93xx/u-boot.lds b/board/cirrus/edb93xx/u-boot.lds index b0d892a..4aa7891 100644 --- a/board/cirrus/edb93xx/u-boot.lds +++ b/board/cirrus/edb93xx/u-boot.lds @@ -21,6 +21,7 @@ SECTIONS . = ALIGN(4); .text : { *(.__image_copy_start) + *(.vectors) arch/arm/cpu/arm920t/start.o (.text*) . = 0x1000; |