commit | ac8fdf9c4f4b323cf7fda55ae31c7923ffc39567 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Aug 30 16:28:44 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Fri Sep 20 11:01:26 2013 -0400 |
tree | 027beaf25df3536042b1915bba6796d9cd99cd85 | |
parent | 09ee9e875c00ae992863fc71a1470ce7146ea490 [diff] |
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>