summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap-common/boot-common.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-30 16:28:44 -0400
committerTom Rini <trini@ti.com>2013-09-20 11:01:26 -0400
commit6a0d803c7c9eeee24f579b764eb4bc51ed79eb5e (patch)
tree027beaf25df3536042b1915bba6796d9cd99cd85 /arch/arm/cpu/armv7/omap-common/boot-common.c
parentb04601a7f0f29138bd4a14c383cdeefe83b5a7ee (diff)
downloadblackbird-obmc-uboot-6a0d803c7c9eeee24f579b764eb4bc51ed79eb5e.tar.gz
blackbird-obmc-uboot-6a0d803c7c9eeee24f579b764eb4bc51ed79eb5e.zip
am33xx: Add am33xx_spl_board_init function, call
We need to allow for a further call-out in spl_board_init. Call this am33xx_spl_board_init and add a __weak version. This function may be used to scale the MPU frequency up, depending on board needs. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/boot-common.c')
-rw-r--r--arch/arm/cpu/armv7/omap-common/boot-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c
index 6b4772b684..0ffa03ac01 100644
--- a/arch/arm/cpu/armv7/omap-common/boot-common.c
+++ b/arch/arm/cpu/armv7/omap-common/boot-common.c
@@ -76,6 +76,9 @@ void spl_board_init(void)
#if defined(CONFIG_AM33XX) && defined(CONFIG_SPL_MUSB_NEW_SUPPORT)
arch_misc_init();
#endif
+#ifdef CONFIG_AM33XX
+ am33xx_spl_board_init();
+#endif
}
int board_mmc_init(bd_t *bis)
OpenPOWER on IntegriCloud