[PATCH 2/2] treewide: unify the linker symbol reference format

Tom Rini trini at konsulko.com
Thu Aug 3 15:13:58 CEST 2023


On Thu, Aug 03, 2023 at 09:47:17AM +0800, Shiji Yang wrote:

> 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: Shiji Yang <yangshiji66 at outlook.com>

Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230803/872f86c3/attachment.sig>


More information about the U-Boot mailing list