Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292449
b: refs/heads/master
c: 2ba168a
h: refs/heads/master
i:
  292447: 83f61b5
v: v3
  • Loading branch information
Greg Ungerer committed Mar 4, 2012
1 parent 3a2c068 commit 8611d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: fa1fc24662d57170259948314b0759376eb75777
refs/heads/master: 2ba168a913192ebe44ca1da06d46f4e13037392f
11 changes: 1 addition & 10 deletions trunk/arch/m68k/platform/523x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <asm/machdep.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfuart.h>

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

Expand Down Expand Up @@ -67,18 +66,10 @@ void __init config_BSP(char *commandp, int size)
{
mach_reset = m523x_cpu_reset;
mach_sched_init = hw_timer_init;
}

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

static int __init init_BSP(void)
{
m523x_fec_init();
#ifdef CONFIG_SPI_COLDFIRE_QSPI
m523x_qspi_init();
#endif
return 0;
}

arch_initcall(init_BSP);

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

0 comments on commit 8611d14

Please sign in to comment.