summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/u-boot.lds
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-17 22:11:36 -0500
committerTom Rini <trini@ti.com>2015-02-17 22:11:36 -0500
commit9ec84f103b3f3e770043b06042e5d2d6f2339e39 (patch)
tree693381b5c55d2a2e1d98707ff39a59ced75d66ef /arch/avr32/cpu/u-boot.lds
parent1e7b357a4ebf9a99a6258a0bbedf4e318a5263e0 (diff)
parent5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30 (diff)
downloadu-boot-imx-9ec84f103b3f3e770043b06042e5d2d6f2339e39.zip
u-boot-imx-9ec84f103b3f3e770043b06042e5d2d6f2339e39.tar.gz
u-boot-imx-9ec84f103b3f3e770043b06042e5d2d6f2339e39.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'arch/avr32/cpu/u-boot.lds')
-rw-r--r--arch/avr32/cpu/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/avr32/cpu/u-boot.lds b/arch/avr32/cpu/u-boot.lds
index cb29a22..b0180e3 100644
--- a/arch/avr32/cpu/u-boot.lds
+++ b/arch/avr32/cpu/u-boot.lds
@@ -48,9 +48,11 @@ SECTIONS
_edata = .;
.bss (NOLOAD) : {
+ __bss_start = .;
*(.bss)
*(.bss.*)
}
. = ALIGN(8);
__bss_end = .;
+ __init_end = .;
}