diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-11-15 08:45:13 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-11-15 08:45:13 +0000 |
commit | 2db916e14410e3ec1738508c7bf4dfeb2b299ae7 (patch) | |
tree | eaa4610ac316473776e51a96fac09c2c008824f9 /board/apollon/u-boot.lds | |
parent | dd28e10d9429fcc8ffb532698bda8f3ead674d96 (diff) | |
download | u-boot-imx-2db916e14410e3ec1738508c7bf4dfeb2b299ae7.zip u-boot-imx-2db916e14410e3ec1738508c7bf4dfeb2b299ae7.tar.gz u-boot-imx-2db916e14410e3ec1738508c7bf4dfeb2b299ae7.tar.bz2 |
Correction patch
Diffstat (limited to 'board/apollon/u-boot.lds')
-rw-r--r-- | board/apollon/u-boot.lds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/apollon/u-boot.lds b/board/apollon/u-boot.lds index 686d86b..c67cd3c 100644 --- a/board/apollon/u-boot.lds +++ b/board/apollon/u-boot.lds @@ -36,7 +36,7 @@ SECTIONS . = 0x00000000; . = ALIGN(4); - .text : + .text : { cpu/arm1136/start.o (.text) *(.text) @@ -61,4 +61,3 @@ SECTIONS .bss : { *(.bss) } _end = .; } - |