u-boot/arch/arm/cpu/arm926ejs
Shiji Yang ccea96f443 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: Shiji Yang <yangshiji66@outlook.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-08-09 09:21:42 -04:00
..
mxs treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00
sunxi sunxi: u-boot-spl.lds: Pass _image_binary_end 2023-07-03 10:20:13 -04:00
cache.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
cpu.c arm: arm926ej-s: Add sunxi code 2022-02-04 00:09:57 +00:00
Makefile ARM: remove SPEAR entry in makefile 2023-03-06 17:03:56 -05:00
start.S global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00