u-boot/arch/riscv
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
..
cpu treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00
dts riscv: dts: starfive: Enable PCIe host controller 2023-08-02 11:02:32 +08:00
include/asm acpi: Add missing RISC-V acpi_table header 2023-08-02 11:02:33 +08:00
lib riscv: Rename SiFive CLINT to RISC-V ALINT 2023-07-12 13:21:40 +08:00
config.mk riscv: Support CONFIG_REMAKE_ELF 2023-04-20 20:45:08 +08:00
Kconfig riscv: t-head: licheepi4a: initial support added 2023-07-12 13:21:41 +08:00
Makefile riscv: support building double-float modules 2022-10-20 15:22:21 +08:00