提交 60a4f39f 编写于 作者: A Albert ARIBAUD

arm: remove unused _end_vect and _vectors_end symbols

Signed-off-by: NAlbert ARIBAUD <albert.u.boot@aribaud.net>
上级 23ff29bc
......@@ -53,8 +53,6 @@ _irq: .word irq
_fiq: .word fiq
_pad: .word 0x12345678 /* now 16*4=64 */
#endif /* CONFIG_SPL_BUILD */
.global _end_vect
_end_vect:
.balignl 16,0xdeadbeef
/*
......
......@@ -61,8 +61,6 @@ _pad:
. = _start + 64
#endif
.global _end_vect
_end_vect:
.balignl 16,0xdeadbeef
/*
*************************************************************************
......
......@@ -56,8 +56,6 @@ _fiq:
.balignl 16,0xdeadbeef
_vectors_end:
/*
*************************************************************************
*
......
......@@ -55,9 +55,6 @@ _fiq: .word fiq
_pad: .word 0x12345678 /* now 16*4=64 */
#endif /* CONFIG_SPL_BUILD */
.global _end_vect
_end_vect:
.balignl 16,0xdeadbeef
/*************************************************************************
*
......
......@@ -61,8 +61,6 @@ _irq: .word irq
_fiq: .word fiq
_pad: .word 0x12345678 /* now 16*4=64 */
#endif /* CONFIG_SPL_BUILD */
.global _end_vect
_end_vect:
.balignl 16,0xdeadbeef
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册