diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-14 14:38:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-14 14:38:23 +0000 |
commit | 116726446db49a9dbc97cfedcaa17f9784da9cf2 (patch) | |
tree | c6cc99d0242d814a204fbe5fe17fe70ff0047883 /packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch | |
parent | 21bc47d4b10766613c056a516a975d37b026975a (diff) | |
parent | ef61764821531cbe7f72a2d78288a6624a421644 (diff) |
merge of '3157b6fd0bec0b66971ea7b32ac57dc1a5c92940'
and 'd4ef8ebf38cc9ef7573a49017e35bd326024f285'
Diffstat (limited to 'packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch')
-rw-r--r-- | packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch b/packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch new file mode 100644 index 0000000000..ef4e939640 --- /dev/null +++ b/packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch @@ -0,0 +1,21 @@ +Index: linux-2.6.22/arch/arm/mach-s3c2440/Kconfig +=================================================================== +--- linux-2.6.22.orig/arch/arm/mach-s3c2440/Kconfig ++++ linux-2.6.22/arch/arm/mach-s3c2440/Kconfig +@@ -69,14 +69,14 @@ + + config MACH_HXD8 + bool "FIC HXD8" +- select CPU_S3C2440 ++ select CPU_S3C2442 + select SENSORS_PCF50606 + help + Say Y here if you are using the FIC Neo1973 GSM Phone + + config MACH_NEO1973_GTA02 + bool "FIC Neo1973 GSM Phone (GTA02 Hardware)" +- select CPU_S3C2440 ++ select CPU_S3C2442 + select SENSORS_PCF50633 + help + Say Y here if you are using the FIC Neo1973 GSM Phone |