diff options
author | Girish Pathak <girish.pathak@arm.com> | 2018-10-02 15:18:34 +0100 |
---|---|---|
committer | Girish Pathak <girish.pathak@arm.com> | 2018-10-10 12:09:06 +0100 |
commit | 2879b5c16490da786c708ea64a82fdb256332f4d (patch) | |
tree | ce769939d29b2b4df0fd43638911a9b5abca7b8c /tools | |
parent | dbc8d9496ead9ecdd7c2a276b542a4fbbbf64027 (diff) | |
download | platform_external_arm-trusted-firmware-2879b5c16490da786c708ea64a82fdb256332f4d.tar.gz platform_external_arm-trusted-firmware-2879b5c16490da786c708ea64a82fdb256332f4d.tar.bz2 platform_external_arm-trusted-firmware-2879b5c16490da786c708ea64a82fdb256332f4d.zip |
plat/arm/css/sgm: Reorder early platform init
In the function, bl1_early_platform_setup in the file
plat/arm/css/sgm/sgm_bl1_setup.c:
plat_config_init();
arm_bl1_early_platform_setup();
The debug messages logged by plat_config_init() are lost because
the console is initialized in the function
arm_bl1_early_platform_setup()
To see the logs of plat_config_init, this fix re-orders above calls
so that the console is initialized before call to plat_config_init.
Change-Id: I2e98f1f67c591cca24e28905acd0838ea3697a7c
Signed-off-by: Girish Pathak <girish.pathak@arm.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions