omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
6abbe744d2
commit
9f8a6e7ae7
@ -37,9 +37,9 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
__start = .;
|
__start = .;
|
||||||
arch/arm/cpu/armv7/start.o (.text)
|
arch/arm/cpu/armv7/start.o (.text)
|
||||||
*(.text*)
|
*(.text*)
|
||||||
} >.sram
|
} >.sram
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
Loading…
Reference in New Issue
Block a user