u-boot/board/sifive/unmatched
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
..
hifive-platform-i2c-eeprom.c global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
Kconfig Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
MAINTAINERS MAINTAINERS: update SiFive HiFive Unmatched maintainers 2023-06-27 10:09:46 +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: Support booting SiFive Unmatched from SPI. 2021-12-02 16:43:56 +08:00
unmatched.c treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00