Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292451
b: refs/heads/master
c: c05793c
h: refs/heads/master
i:
  292449: 8611d14
  292447: 83f61b5
v: v3
  • Loading branch information
Greg Ungerer committed Mar 4, 2012
1 parent 13bcffa commit 16699a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9773be5f5fcbabb688bf05f85d594261a53a5ac0
refs/heads/master: c05793c7332d0f4179068bc6a6120e67b73a09ef
20 changes: 6 additions & 14 deletions trunk/arch/m68k/platform/532x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ void __init config_BSP(char *commandp, int size)
#endif

mach_sched_init = hw_timer_init;
mach_reset = m532x_cpu_reset;
m532x_uarts_init();
m532x_fec_init();
#ifdef CONFIG_SPI_COLDFIRE_QSPI
m532x_qspi_init();
#endif

#ifdef CONFIG_BDM_DISABLE
/*
Expand All @@ -94,20 +100,6 @@ void __init config_BSP(char *commandp, int size)
#endif
}

/***************************************************************************/

static int __init init_BSP(void)
{
m532x_uarts_init();
m532x_fec_init();
#ifdef CONFIG_SPI_COLDFIRE_QSPI
m532x_qspi_init();
#endif
return 0;
}

arch_initcall(init_BSP);

/***************************************************************************/
/* Board initialization */
/***************************************************************************/
Expand Down

0 comments on commit 16699a1

Please sign in to comment.