diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:22:49 +0000 |
commit | c73c1193f315acec70964d8c183f3484f002d280 (patch) | |
tree | 5fc5779b75837b101a3a384d0891cf803f9c5232 /target/device/jp/q5/kernel-patches-2.4.32/007-au1000 | |
parent | 7785182e46851d3144441c24ed65b858e318b193 (diff) |
Remove jp BSP which only provide support for linux-2.4
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.32/007-au1000')
-rw-r--r-- | target/device/jp/q5/kernel-patches-2.4.32/007-au1000 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 b/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 deleted file mode 100644 index d852ac9f6..000000000 --- a/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 +++ /dev/null @@ -1,13 +0,0 @@ ---- linux-2.4.32_old/arch/mips/au1000/common/clocks.c 2005-01-19 15:09:26.000000000 +0100 -+++ linux-2.4.32/arch/mips/au1000/common/clocks.c 2006-01-27 13:51:39.000000000 +0100 -@@ -85,9 +85,7 @@ - lcd_clock = sys_busclk / 4; - - if (lcd_clock > 50000) /* Epson MAX */ -- printk(__FUNCTION__ -- ": warning: LCD clock too high (%d KHz)\n", -- lcd_clock); -+ printk("warning: LCD clock too high (%d KHz)\n", lcd_clock); - } - - unsigned int get_au1x00_lcd_clock(void) |