git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5122 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
efc74c184b
commit
0095bbc32d
|
@ -194,8 +194,6 @@ _coreinit:
|
||||||
* RAM clearing, this device requires a write to all RAM location in
|
* RAM clearing, this device requires a write to all RAM location in
|
||||||
* order to initialize the ECC detection hardware, this is going to
|
* order to initialize the ECC detection hardware, this is going to
|
||||||
* slow down the startup but there is no way around.
|
* slow down the startup but there is no way around.
|
||||||
* Note all registers are cleared in order to avoid possible problems
|
|
||||||
* with lockstep mode.
|
|
||||||
*/
|
*/
|
||||||
.clear_ecc:
|
.clear_ecc:
|
||||||
xor %r0, %r0, %r0
|
xor %r0, %r0, %r0
|
||||||
|
|
|
@ -49,8 +49,8 @@ SECTIONS
|
||||||
__ivpr_base__ = .;
|
__ivpr_base__ = .;
|
||||||
KEEP(*(.bam))
|
KEEP(*(.bam))
|
||||||
KEEP(*(.coreinit))
|
KEEP(*(.coreinit))
|
||||||
KEEP(*(.crt0))
|
|
||||||
KEEP(*(.handlers))
|
KEEP(*(.handlers))
|
||||||
|
KEEP(*(.crt0))
|
||||||
. = ALIGN(0x800);
|
. = ALIGN(0x800);
|
||||||
KEEP(*(.vectors))
|
KEEP(*(.vectors))
|
||||||
} > flash
|
} > flash
|
||||||
|
|
|
@ -49,8 +49,8 @@ SECTIONS
|
||||||
__ivpr_base__ = .;
|
__ivpr_base__ = .;
|
||||||
KEEP(*(.bam))
|
KEEP(*(.bam))
|
||||||
KEEP(*(.coreinit))
|
KEEP(*(.coreinit))
|
||||||
KEEP(*(.crt0))
|
|
||||||
KEEP(*(.handlers))
|
KEEP(*(.handlers))
|
||||||
|
KEEP(*(.crt0))
|
||||||
. = ALIGN(0x800);
|
. = ALIGN(0x800);
|
||||||
KEEP(*(.vectors))
|
KEEP(*(.vectors))
|
||||||
} > flash
|
} > flash
|
||||||
|
|
|
@ -49,8 +49,8 @@ SECTIONS
|
||||||
__ivpr_base__ = .;
|
__ivpr_base__ = .;
|
||||||
KEEP(*(.bam))
|
KEEP(*(.bam))
|
||||||
KEEP(*(.coreinit))
|
KEEP(*(.coreinit))
|
||||||
KEEP(*(.crt0))
|
|
||||||
KEEP(*(.handlers))
|
KEEP(*(.handlers))
|
||||||
|
KEEP(*(.crt0))
|
||||||
. = ALIGN(0x800);
|
. = ALIGN(0x800);
|
||||||
KEEP(*(.vectors))
|
KEEP(*(.vectors))
|
||||||
} > flash
|
} > flash
|
||||||
|
|
Loading…
Reference in New Issue