diff options
author | David Anders <dave123@abcsinc.com> | 2006-02-10 18:00:56 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-02-10 18:00:56 +0000 |
commit | 88671dd3586caaac97d091f7faef63fb44757d55 (patch) | |
tree | c2d7929a9e3f7c847fb53beff9c7fa13ee28d3d5 /target/device/jp/q5/kernel-patches-2.4.32/007-au1000 | |
parent | 32fa323b895141e70e705ac6791e62c7376289bc (diff) | |
download | buildroot-novena-88671dd3586caaac97d091f7faef63fb44757d55.tar.gz buildroot-novena-88671dd3586caaac97d091f7faef63fb44757d55.zip |
add linux-2.4.32 kernel support for the q5 board per case 0000715
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, 13 insertions, 0 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 new file mode 100644 index 000000000..d852ac9f6 --- /dev/null +++ b/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 @@ -0,0 +1,13 @@ +--- 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) |