arm-trusted-firmware/include/plat/arm
Soby Mathew 0ed8c00174 Remove sp_min functions from plat_common.c
This patch removes default platform implementations of sp_min
platform APIs from plat/common/aarch32/plat_common.c. The APIs
are now implemented in `plat_sp_min_common.c` file within the
same folder.

The ARM platform layer had a weak definition of sp_min_platform_setup2()
which conflicted with the weak definition in the common file. Hence this
patch fixes that by introducing a `plat_arm_` version of the API thus
allowing individual boards within ARM platforms to override it if they
wish to.

Fixes ARM-software/tf-issues#559

Change-Id: I11a74ecae8191878ccc7ea03f12bdd5ae88faba5
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
2018-03-02 16:41:18 +00:00
..
board/common ARM Platforms: Load HW_CONFIG in BL2 2018-02-26 16:31:11 +00:00
common Remove sp_min functions from plat_common.c 2018-03-02 16:41:18 +00:00
css/common Fix MISRA rule 8.4 Part 2 2018-02-28 17:19:56 +00:00
soc/common Fix CSS UART clock value 2017-07-25 11:35:04 +01:00