diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:34:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:34:41 +0000 |
commit | db09c170a027773e87594195b8a1bdce66310dd1 (patch) | |
tree | dafa733311f38538be4533bc0cff071d2f962139 /packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch | |
parent | 18b9d447451a95e984f1a9b67db2e312524e7b5c (diff) |
linux-rp: Drop 2.6.18, 2.6.19, patch correct kexec syscall number for other versions
Diffstat (limited to 'packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch')
-rw-r--r-- | packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch b/packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch deleted file mode 100644 index a7b2342fd0..0000000000 --- a/packages/linux/linux-rp-2.6.18/collie-mcp-r1.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: linux-2.6.18/arch/arm/mach-sa1100/collie.c -=================================================================== ---- linux-2.6.18.orig/arch/arm/mach-sa1100/collie.c 2006-09-20 16:23:37.000000000 +0200 -+++ linux-2.6.18/arch/arm/mach-sa1100/collie.c 2006-09-20 16:23:38.000000000 +0200 -@@ -259,6 +259,11 @@ - GAFR |= GPIO_MCP_CLK; - GPDR &= ~GPIO_MCP_CLK; - -+ // Reset Codec -+ GAFR &= ~COLLIE_GPIO_UCB1x00_RESET; -+ GPDR |= COLLIE_GPIO_UCB1x00_RESET; -+ GPSR |= COLLIE_GPIO_UCB1x00_RESET; -+ - #ifdef CONFIG_PCMCIA_SA1100 - platform_scoop_config = &collie_pcmcia_config; - #endif |