From 118144fb0c7ead7f19ac7947de278de805d12cf1 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 20 Nov 2005 01:58:56 +0000 Subject: Startup code for ordinary Rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8006 a1c6a512-1295-4272-9138-f99709370657 --- firmware/boot.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/boot.lds') diff --git a/firmware/boot.lds b/firmware/boot.lds index d785fdcc2e..eb6e355302 100644 --- a/firmware/boot.lds +++ b/firmware/boot.lds @@ -82,10 +82,10 @@ SECTIONS . = (DRAMORIG+16*1024*1024); .bss : { - _bssstart = .; + _edata = .; *(.bss); *(.ibss); - _bssend = . ; + _end = .; } } #else -- cgit v1.2.3