Home
last modified time | relevance | path

Searched hist:"8 bdc52f7e9f02caa5f3480e3487b0f8266ab6be2" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform.c8bdc52f7e9f02caa5f3480e3487b0f8266ab6be2 Mon Dec 14 15:41:27 UTC 2020 Heiko Stuebner <heiko.stuebner@theobroma-systems.com> plat-rockchip: mark parameters as __maybe_unused in platform_secure_ddr_region

The weak variant of platform_secure_ddr_region() only emits a message
that the target region won't get protected due to missing platform-code.

Depending on the log-level this can result in the function parameters not
getting used at all, so mark them as __maybe_unused.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>