Fix a little mistake in linker file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14900 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e7d4f0d14
commit
329913d2bd
1 changed files with 1 additions and 1 deletions
|
@ -199,8 +199,8 @@ SECTIONS
|
||||||
#ifdef CPU_PP
|
#ifdef CPU_PP
|
||||||
.idle_stacks :
|
.idle_stacks :
|
||||||
{
|
{
|
||||||
#if NUM_CORES > 1
|
|
||||||
*(.idle_stacks)
|
*(.idle_stacks)
|
||||||
|
#if NUM_CORES > 1
|
||||||
cpu_idlestackbegin = .;
|
cpu_idlestackbegin = .;
|
||||||
. += IDLE_STACK_SIZE;
|
. += IDLE_STACK_SIZE;
|
||||||
cpu_idlestackend = .;
|
cpu_idlestackend = .;
|
||||||
|
|
Loading…
Reference in a new issue