summaryrefslogtreecommitdiff
path: root/board/apollon/u-boot.lds
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-11-15 08:45:13 +0000
committerPeter Pearse <peter.pearse@arm.com>2007-11-15 08:45:13 +0000
commit2db916e14410e3ec1738508c7bf4dfeb2b299ae7 (patch)
treeeaa4610ac316473776e51a96fac09c2c008824f9 /board/apollon/u-boot.lds
parentdd28e10d9429fcc8ffb532698bda8f3ead674d96 (diff)
downloadu-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.lds3
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 = .;
}
-