u-boot/arch/mips/mach-mtmips
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
..
include/mach mips: mtmips: add support for MediaTek MT7620 SoC 2021-01-24 21:39:26 +01:00
mt7620 arm: mediatek: merge board Kconfigs into mach-mediatek 2021-09-23 14:15:32 -04:00
mt7621 treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00
mt7628 Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h 2022-06-06 12:09:19 -04:00
cpu.c mips: mtmips: add support for MediaTek MT7621 SoC 2022-07-13 23:03:37 +02:00
ddr_cal.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
ddr_init.c mips: mtmips: add support to initialize SDRAM 2021-01-24 21:39:26 +01:00
Kconfig Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
Makefile mips: mtmips: add support for MediaTek MT7621 SoC 2022-07-13 23:03:37 +02:00
spl.c serial: Rename SERIAL_SUPPORT to SERIAL 2021-09-04 12:26:01 -04:00