u-boot/board/xilinx
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
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common treewide: unify the linker symbol reference format 2023-08-09 09:21:42 -04:00
microblaze-generic arm64: xilinx: Move board_get_usable_ram_top() to common location 2022-09-13 11:32:48 +02:00
versal arm64: zynqmp: Switch to amd.com emails 2023-07-21 09:00:38 +02:00
versal-net arm64: versal-net: spi: Update boot sequence dynamically 2023-07-21 09:00:38 +02:00
zynq xilinx: zynq: Add the missing function prototypes 2023-07-21 09:00:38 +02:00
zynqmp arm64: zynqmp: Switch to amd.com emails 2023-07-21 09:00:38 +02:00
zynqmp_r5 .mailmap: Start to use new amd.com email address 2022-04-19 14:51:11 -04:00
Kconfig xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries 2022-12-05 08:55:55 +01:00