diff options
author | Tom Rini <trini@ti.com> | 2014-01-13 13:50:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-13 13:50:25 -0500 |
commit | 0effc5e5678e569296f661c8f66b182e8788f30d (patch) | |
tree | d661fb1e4a240b884a1f5eeb0ae8e3337481c7b3 /board | |
parent | 10fcda8e25cb9477b47a62edb716f81c9d5e1f0e (diff) | |
parent | 4efd69250f6118ebd783867b3809001a1886ce9e (diff) | |
download | u-boot-imx-0effc5e5678e569296f661c8f66b182e8788f30d.zip u-boot-imx-0effc5e5678e569296f661c8f66b182e8788f30d.tar.gz u-boot-imx-0effc5e5678e569296f661c8f66b182e8788f30d.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board')
-rw-r--r-- | board/vpac270/u-boot-spl.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds index 02d107c..b6fdde4 100644 --- a/board/vpac270/u-boot-spl.lds +++ b/board/vpac270/u-boot-spl.lds @@ -20,6 +20,7 @@ SECTIONS .text.0 : { arch/arm/cpu/pxa/start.o (.text*) + arch/arm/lib/built-in.o (.text*) board/vpac270/built-in.o (.text*) drivers/mtd/onenand/built-in.o (.text*) } |