[bsp][sam9260] Remove unused macro define for assemble start files.
This commit is contained in:
parent
dc3bd14c2a
commit
b77a1cde89
|
@ -29,5 +29,3 @@
|
||||||
.equ IRQ_STK_SIZE, 4096
|
.equ IRQ_STK_SIZE, 4096
|
||||||
.equ FIQ_STK_SIZE, 4096
|
.equ FIQ_STK_SIZE, 4096
|
||||||
.equ SYS_STK_SIZE, 2048
|
.equ SYS_STK_SIZE, 2048
|
||||||
/* vector table start should be 0x00000000 or 0xFFFF0000 */
|
|
||||||
.equ VECTOR_TABLE_START, 0x00000000
|
|
||||||
|
|
|
@ -29,5 +29,3 @@
|
||||||
#define IRQ_STK_SIZE 1024
|
#define IRQ_STK_SIZE 1024
|
||||||
#define FIQ_STK_SIZE 1024
|
#define FIQ_STK_SIZE 1024
|
||||||
#define SYS_STK_SIZE 512
|
#define SYS_STK_SIZE 512
|
||||||
/* vector table start should be 0x00000000 or 0xFFFF0000 */
|
|
||||||
#define VECTOR_TABLE_START 0x00000000
|
|
||||||
|
|
|
@ -29,6 +29,4 @@ ABT_STK_SIZE EQU 512
|
||||||
IRQ_STK_SIZE EQU 1024
|
IRQ_STK_SIZE EQU 1024
|
||||||
FIQ_STK_SIZE EQU 1024
|
FIQ_STK_SIZE EQU 1024
|
||||||
SYS_STK_SIZE EQU 512
|
SYS_STK_SIZE EQU 512
|
||||||
;/* vector table start should be 0x00000000 or 0xFFFF0000 */
|
|
||||||
VECTOR_TABLE_START EQU 0x00000000
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue