mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
add weak entry definition
Signed-off-by: David Feng <fenghua@phytium.com.cn>
This commit is contained in:
parent
5cea95cb53
commit
ec4fa56743
@ -48,6 +48,10 @@
|
||||
.globl SYMBOL_NAME(name); \
|
||||
LENTRY(name)
|
||||
|
||||
#define WEAK(name) \
|
||||
.weak SYMBOL_NAME(name); \
|
||||
LENTRY(name)
|
||||
|
||||
#ifndef END
|
||||
#define END(name) \
|
||||
.size name, .-name
|
||||
|
Loading…
x
Reference in New Issue
Block a user