u-boot/board/sifive/unleashed
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
..
genimage_sdcard.cfg riscv: sifive: unleashed: Add genimage config files 2021-09-11 10:40:31 -04:00
genimage_spi-nor.cfg riscv: sifive: unleashed: Add genimage config files 2021-09-11 10:40:31 -04:00
Kconfig Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
MAINTAINERS riscv: sifive: Rename fu540 board to unleashed 2021-04-08 15:37:29 +08:00
Makefile board: sifive: compile stuff only related to SPL in SPL build 2021-08-17 19:28:37 +08:00
spl.c riscv: sifive: Rename fu540 board to unleashed 2021-04-08 15:37:29 +08:00
unleashed.c treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00