This patch moves the platform delay timer init to early BL31
platform setup, so that platforms can use the udelay/mdelay
routines in the early init code.
Change-Id: I6fe20b76176ea22589539c180c5b6f9d09eda8de
Signed-off-by: Steven Kao <skao@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
TEGRA_CONSOLE_BAUDRATE);
}
+ /*
+ * Initialize delay timer
+ */
+ tegra_delay_timer_init();
+
/*
* Do initial security configuration to allow DRAM/device access.
*/
/* Initialize the gic cpu and distributor interfaces */
plat_gic_setup();
- /*
- * Initialize delay timer
- */
- tegra_delay_timer_init();
-
/*
* Setup secondary CPU POR infrastructure.
*/