| Submitter | Tom Rini |
|---|---|
| Date | Sept. 25, 2012, 12:30 a.m. |
| Message ID | <1348533068-13038-6-git-send-email-trini@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/186645/ |
| State | Accepted |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
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 --- 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);