[U-Boot] [PATCH v2 4/6] am33xx: Add am33xx_spl_board_init function, call

2013-08-14 Thread Tom Rini
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 tr...@ti.com --- Changes in v2: - Move am33xx_spl_board_init to

[U-Boot] [PATCH v2 4/6] am33xx: Add am33xx_spl_board_init function, call

2013-07-23 Thread Tom Rini
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 tr...@ti.com --- Changes in v2: - Move am33xx_spl_board_init to