[PATCH v3 0/2] Fix sparse warnings
Ashok Reddy Soma
ashok.reddy.soma at amd.com
Wed Mar 1 11:33:32 CET 2023
Run and fix sparse warnings in below files
-arch/arm/mach-zynqmp/include/mach/sys_proto.h
-common/spl/spl.c
-arch/arm/mach-versal-net/include/mach/sys_proto.h
-arch/arm/mach-versal/include/mach/sys_proto.h
-drivers/mmc/zynq_sdhci.c
-drivers/spi/zynqmp_gqspi.c
Changes in v3:
- Replaced xilinx: zynqmp with just spl: from the commit header
Changes in v2:
- Moved function prototype from sys_proto.h to include/spl.h
Algapally Santosh Sagar (2):
xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write
spl: Add missing prototype for board_boot_order
arch/arm/mach-versal-net/include/mach/sys_proto.h | 7 +------
arch/arm/mach-versal/include/mach/sys_proto.h | 6 +-----
drivers/mmc/zynq_sdhci.c | 1 +
drivers/spi/zynqmp_gqspi.c | 5 +++++
include/spl.h | 1 +
5 files changed, 9 insertions(+), 11 deletions(-)
--
2.17.1
More information about the U-Boot
mailing list