[PATCH v3 0/2] Fix sparse warnings
Michal Simek
michal.simek at amd.com
Wed Mar 8 10:47:06 CET 2023
On 3/1/23 11:33, Ashok Reddy Soma wrote:
> 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(-)
>
Applied.
M
More information about the U-Boot
mailing list