projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abbe74
)
omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
author
Pavel Machek
<pavel@denx.de>
Thu, 30 Aug 2012 17:20:22 +0000
(19:20 +0200)
committer
Tom Rini
<trini@ti.com>
Thu, 27 Sep 2012 16:48:38 +0000
(09:48 -0700)
Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
index
8867e06
..
1d8efb2
100644
(file)
--- a/
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
+++ b/
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
@@
-37,9
+37,9
@@
SECTIONS
{
.text :
{
- __start = .;
-
arch/arm/cpu/armv7/start.o
(.text)
- *(.text*)
+
__start = .;
+
arch/arm/cpu/armv7/start.o
(.text)
+
*(.text*)
} >.sram
. = ALIGN(4);