From 6c18f0821e298ee0bbb844257adc0c2739b2aae2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 19 Oct 2006 12:26:43 +0000 Subject: hh-pxa .inc: fix typo --- packages/linux/handhelds-pxa-2.6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux') diff --git a/packages/linux/handhelds-pxa-2.6.inc b/packages/linux/handhelds-pxa-2.6.inc index f2e2436e19..67b1fc815a 100644 --- a/packages/linux/handhelds-pxa-2.6.inc +++ b/packages/linux/handhelds-pxa-2.6.inc @@ -17,7 +17,7 @@ S = "${WORKDIR}/kernel26" inherit kernel FILES_kernel-image_hx4700 = "" -ALLOW_EMPTY_ipaq_hx4700 = 1 +ALLOW_EMPTY_hx4700 = 1 FILES_kernel-image_htcuniversal = "" ALLOW_EMPTY_htcuniversal = 1 -- cgit v1.2.3 From 22e4a282d66896496426002f8935186fd7df7085 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 19 Oct 2006 12:28:05 +0000 Subject: h2200 defconfig: set cpufreq to 'M' since it can mess up the TS --- packages/linux/handhelds-pxa-2.6/h2200/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux') diff --git a/packages/linux/handhelds-pxa-2.6/h2200/defconfig b/packages/linux/handhelds-pxa-2.6/h2200/defconfig index eb68f48801..87c94b5f04 100644 --- a/packages/linux/handhelds-pxa-2.6/h2200/defconfig +++ b/packages/linux/handhelds-pxa-2.6/h2200/defconfig @@ -243,7 +243,7 @@ CONFIG_CMDLINE="console=ttyS0,115200n8 root=/dev/mmcblk0p1" # # CPU Frequency scaling # -CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ=m CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y -- cgit v1.2.3