arm-trusted-firmware/drivers/st
Yann Gautier 3e6fab4308 stm32mp1: correct some static analysis tools issues
These issues wer found by sparse:

drivers/st/clk/stm32mp1_clk.c:1524:19:
 warning: incorrect type in assignment (different base types)
    expected restricted fdt32_t const [usertype] *pkcs_cell
    got unsigned int const [usertype] *

plat/st/stm32mp1/plat_image_load.c:13:6:
 warning: symbol 'plat_flush_next_bl_params' was not declared.
 Should it be static?
plat/st/stm32mp1/plat_image_load.c:21:16:
 warning: symbol 'plat_get_bl_image_load_info' was not declared.
 Should it be static?
plat/st/stm32mp1/plat_image_load.c:29:13:
 warning: symbol 'plat_get_next_bl_params' was not declared.
 Should it be static?

plat/st/stm32mp1/bl2_io_storage.c:40:10:
 warning: symbol 'block_buffer' was not declared. Should it be static?

Signed-off-by: Yann Gautier <yann.gautier@st.com>
2018-11-09 18:22:08 +01:00
..
clk stm32mp1: correct some static analysis tools issues 2018-11-09 18:22:08 +01:00
ddr stm32mp1: Add DDR support and its security with TZC400 2018-07-24 17:18:19 +02:00
gpio stm32mp1: Add GPIO support 2018-07-24 17:14:08 +02:00
io stm32mp1: add an IO to read MMC devices 2018-10-15 09:36:44 +02:00
mmc stm32mp1: add sdmmc2 driver 2018-10-15 09:36:04 +02:00
pmic stm32mp1: Add PMIC support 2018-07-24 17:15:13 +02:00
reset stm32mp1: Add clock and reset support 2018-07-24 17:13:36 +02:00
uart/aarch32 stm32mp1: Add console support 2018-07-24 17:14:39 +02:00