mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
socfpga/spl: Remove timer_init from spl_board_init
Timer is initialized already in board_init_r function in (common/spl/spl.c) No need to initialize it again Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Cc: Dinh Nguyen <dinguyen@altera.com>
This commit is contained in:
parent
cc69cc0027
commit
7ae534cef9
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ u32 spl_boot_device(void)
|
||||||
*/
|
*/
|
||||||
void spl_board_init(void)
|
void spl_board_init(void)
|
||||||
{
|
{
|
||||||
/* init timer for enabling delay function */
|
|
||||||
timer_init();
|
|
||||||
|
|
||||||
/* de-assert reset for peripherals and bridges based on handoff */
|
/* de-assert reset for peripherals and bridges based on handoff */
|
||||||
reset_deassert_peripherals_handoff();
|
reset_deassert_peripherals_handoff();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue