diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-07 08:28:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-07 08:28:11 +0000 |
commit | 94e5d83684cdb28a67b702181458b4598545af53 (patch) | |
tree | 088ddc742cf626bf21056c2610de96a59631a183 /packages/linux/handhelds-pxa-2.6 | |
parent | e2a0d680182fdbc6cb56c8f77b9e85da82d63ede (diff) |
handhelds-pxa-2.6: add patch to enable iwmmxt for the hx4700
* tested using DISTRO=angstrom-2006.9:
root@ipaq-pxa270:~$ ./iwmmx-test
before: 10203045060708 10203045060708
after: 2040608a0c0e10
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6/hx-iwmmxt.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/linux/handhelds-pxa-2.6/hx-iwmmxt.patch b/packages/linux/handhelds-pxa-2.6/hx-iwmmxt.patch new file mode 100644 index 0000000000..2cb7b37da7 --- /dev/null +++ b/packages/linux/handhelds-pxa-2.6/hx-iwmmxt.patch @@ -0,0 +1,15 @@ +Index: kernel26/arch/arm/mach-pxa/hx4700/Kconfig +=================================================================== +RCS file: /cvs/linux/kernel26/arch/arm/mach-pxa/hx4700/Kconfig,v +retrieving revision 1.22 +diff -u -r1.22 Kconfig +--- kernel26/arch/arm/mach-pxa/hx4700/Kconfig 28 Mar 2006 19:12:12 -0000 1.22 ++++ kernel26/arch/arm/mach-pxa/hx4700/Kconfig 6 Aug 2006 23:24:52 -0000 +@@ -2,6 +2,7 @@ + bool "HP iPAQ hx4700" + select PXA27x + select GPIO_KEYS ++ select IWMMXT + help + This enables support for the HP iPAQ hx4700 handheld. + |