arm-trusted-firmware/plat/st/common
Yann Gautier cd4941def3 plat/st: correct static analysis tool warning
Correct the following sparse warnings:
plat/st/common/stm32mp_dt.c:103:5: warning:
 symbol 'fdt_get_node_parent_address_cells' was not declared.
 Should it be static?
plat/st/common/stm32mp_dt.c:123:5: warning:
 symbol 'fdt_get_node_parent_size_cells' was not declared.
 Should it be static?

As those 2 functions are only used by assert(), put them under
ENABLE_ASSERTIONS flag.

Change-Id: Iad721f12128df83a3de3f53e7920a9c1dce64c56
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2020-03-23 16:42:28 +01:00
..
include stm32mp: add DT helper for reg by name 2020-01-20 11:32:59 +01:00
bl2_io_storage.c stm32mp1: Add support for SPI-NOR boot device 2020-01-20 11:32:59 +01:00
stm32mp_auth.c stm32mp1: add authentication support for stm32image 2019-09-23 09:48:07 +00:00
stm32mp_common.c stm32mp1: move check_header() to common code 2019-09-02 17:52:55 +02:00
stm32mp_dt.c plat/st: correct static analysis tool warning 2020-03-23 16:42:28 +01:00