Skip to content
Commit ccea96f4 authored by Shiji Yang's avatar Shiji Yang Committed by Tom Rini
Browse files

treewide: unify the linker symbol reference format



Now all linker symbols are declared as type char[]. Though we can
reference the address via both the array name 'var' and its address
'&var'. It's better to unify them to avoid confusing developers.
This patch converts all '&var' linker symbol refrences to the most
commonly used format 'var'.

Signed-off-by: default avatarShiji Yang <yangshiji66@outlook.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 506df9dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment