1
0
Fork 0
forked from len0rd/rockbox

Also declare .qharray for the bootloader on imx31. Usb is also supported there...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17195 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-04-20 18:54:19 +00:00
parent 7a2d9ddb08
commit fe5a35ce06

View file

@ -88,6 +88,7 @@ SECTIONS
.devbss (NOLOAD) : .devbss (NOLOAD) :
{ {
_devbssdata = .; _devbssdata = .;
*(.qharray)
*(.devbss*) *(.devbss*)
_devbssend = .; _devbssend = .;
} > DEVBSS } > DEVBSS