diff options
Diffstat (limited to 'plat/fvp/bl2_plat_setup.c')
-rw-r--r-- | plat/fvp/bl2_plat_setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/fvp/bl2_plat_setup.c b/plat/fvp/bl2_plat_setup.c index 567c7d7e..4efb4362 100644 --- a/plat/fvp/bl2_plat_setup.c +++ b/plat/fvp/bl2_plat_setup.c @@ -105,6 +105,9 @@ void bl2_early_platform_setup(meminfo *mem_layout, ******************************************************************************/ void bl2_platform_setup() { + /* Initialise the IO layer and register platform IO devices */ + io_setup(); + /* Use the Trusted DRAM for passing args to BL31 */ bl2_el_change_mem_ptr = (unsigned char **) TZDRAM_BASE; } |