Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302666
b: refs/heads/master
c: 24d4502
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed May 20, 2012
1 parent 92f6647 commit 6d30485
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 29 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: e774921c17b07ed5635bae06d24d067fe0dcfac1
refs/heads/master: 24d4502632d0f87ab356754f4915293fccaded5b
2 changes: 1 addition & 1 deletion trunk/arch/m68k/platform/5307/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1

obj-y += config.o gpio.o
obj-y += config.o
obj-$(CONFIG_NETtel) += nettel.o
obj-$(CONFIG_CLEOPATRA) += nettel.o

9 changes: 9 additions & 0 deletions trunk/arch/m68k/platform/5307/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <asm/machdep.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfgpio.h>
#include <asm/mcfwdebug.h>

/***************************************************************************/
Expand All @@ -28,6 +29,14 @@ unsigned char ledbank = 0xff;

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

struct mcf_gpio_chip mcf_gpio_chips[] = {
MCFGPS(PP, 0, 16, MCFSIM_PADDR, MCFSIM_PADAT, MCFSIM_PADAT),
};

unsigned int mcf_gpio_chips_size = ARRAY_SIZE(mcf_gpio_chips);

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

void __init config_BSP(char *commandp, int size)
{
#if defined(CONFIG_NETtel) || \
Expand Down
27 changes: 0 additions & 27 deletions trunk/arch/m68k/platform/5307/gpio.c

This file was deleted.

0 comments on commit 6d30485

Please sign in to comment.