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

Tom Rini trini at konsulko.com
Wed Aug 9 19:17:23 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>

Applied to u-boot/next, thanks!

-- 
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/20230809/4942b0eb/attachment.sig>


More information about the U-Boot mailing list