plat: qemu: update the early platform setup API
authorJens Wiklander <jens.wiklander@linaro.org>
Tue, 4 Sep 2018 12:07:19 +0000 (14:07 +0200)
committerJens Wiklander <jens.wiklander@linaro.org>
Tue, 4 Sep 2018 13:20:26 +0000 (15:20 +0200)
commitaa91296ac965d8141c248b8c1e92cee7b701fe78
tree22495926ecfd908a46c4b01dee40ab2631198158
parent106cd733d60cc93e07223b1dfd3df988be63127b
plat: qemu: update the early platform setup API

Replaces deprecated early platform setup APIs

* Replaces bl31_early_platform_setup() with bl31_early_platform_setup2()
* Replaces bl2_early_platform_setup() with bl2_early_platform_setup2()

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
plat/qemu/qemu_bl2_setup.c
plat/qemu/qemu_bl31_setup.c